Commit 2691112e by Sebastián Katzer

Merge branch 'master' of github.com:katzer/cordova-plugin-local-notifications

parents 9a2d9da7 c707a2eb
...@@ -220,7 +220,7 @@ window.plugin.notification.local.onadd = function (id, state, json) {}; ...@@ -220,7 +220,7 @@ window.plugin.notification.local.onadd = function (id, state, json) {};
window.plugin.notification.local.add({ window.plugin.notification.local.add({
id: 1, id: 1,
message: 'I love BlackBerry!', message: 'I love BlackBerry!',
json: { test: 123 } json: JSON.stringify({ test: 123 })
}); });
window.plugin.notification.local.onclick = function (id, state, json) { window.plugin.notification.local.onclick = function (id, state, json) {
......
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