Commit fd20a18d by Sebastián Katzer

Fix typo

parent bf9e5b83
...@@ -19,15 +19,15 @@ LocalNotification.prototype = { ...@@ -19,15 +19,15 @@ LocalNotification.prototype = {
*/ */
add: function (options) { add: function (options) {
var defaults = { var defaults = {
date: false, date: false,
message: '', message: '',
hasAction: true, hasAction: true,
action: 'View', action: 'View',
badge: 0, badge: 0,
id: 0, id: 0,
sound: '', sound: '',
background:'', background: '',
foreground:'' foreground: ''
}; };
for (var key in defaults) { for (var key in defaults) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment