Explorar o código

Fix NSInvalidArgumentException

Sebastián Katzer %!s(int64=10) %!d(string=hai) anos
pai
achega
61aa0f067c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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