Commit d3367090 by Sebastián Katzer

Fix example.

parent 0065f5af
...@@ -107,9 +107,9 @@ var now = new Date().getTime(), ...@@ -107,9 +107,9 @@ var now = new Date().getTime(),
window.plugin.notification.local.add({ window.plugin.notification.local.add({
id: 1, // is converted to a string id: 1, // is converted to a string
title: 'Great app!', title: 'Reminder',
message: 'Reminder', message: 'Dont forget to buy some flowers.',
repeat: 'Dont forget to buy some flowers.', repeat: 'weekly',
date: _60_seconds_from_now, date: _60_seconds_from_now,
foreground: 'foreground', foreground: 'foreground',
background: 'background' background: 'background'
......
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