Browse Source

Fix JS ignores date: option

Sebastián Katzer 11 years ago
parent
commit
b65aa36a96
1 changed files with 2 additions and 1 deletions
  1. 2 1
      www/local-notification.js

+ 2 - 1
www/local-notification.js

@@ -67,7 +67,8 @@ exports._defaults = {
     badge:      -1,
     id:         '0',
     json:       '',
-    repeat:     ''
+    repeat:     '',
+    date:       undefined
 };