Sebastián Katzer 12 년 전
부모
커밋
fd20a18d7f
1개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 9 9
      www/locale-notification.js

+ 9 - 9
www/locale-notification.js

@@ -19,15 +19,15 @@ LocalNotification.prototype = {
      */
     add: function (options) {
         var defaults = {
-            date:      false,
-            message:   '',
-            hasAction: true,
-            action:    'View',
-            badge:     0,
-            id:        0,
-            sound:     '',
-            background:'',
-            foreground:''
+            date:       false,
+            message:    '',
+            hasAction:  true,
+            action:     'View',
+            badge:      0,
+            id:         0,
+            sound:      '',
+            background: '',
+            foreground: ''
         };
 
         for (var key in defaults) {