瀏覽代碼

Fix NSInvalidArgumentException

Sebastián Katzer 10 年之前
父節點
當前提交
61aa0f067c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/local-notification.js

+ 1 - 1
www/local-notification.js

@@ -508,7 +508,7 @@ exports._defaults = {
     title: '',
     sound: 'res://platform_default',
     badge: 0,
-    id:    0,
+    id:    "0",
     data:  undefined,
     every: undefined,
     at:    undefined