Commit d3367090 by Sebastián Katzer

Fix example.

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