Commit 9e735fc8 by Sebastián Katzer

IOS default type error #39

parent 235c49ee
...@@ -37,7 +37,7 @@ LocalNotification.prototype = { ...@@ -37,7 +37,7 @@ LocalNotification.prototype = {
title: '', title: '',
autoCancel: false, autoCancel: false,
badge: 0, badge: 0,
id: 0, id: '0',
repeat: '', repeat: '',
background: '', background: '',
foreground: '' foreground: ''
......
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