mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
corrected a wrong and confusing comment
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
function onDeviceReady()
|
||||
{
|
||||
var d = new Date();
|
||||
d = d.getTime() + 60*1000; //10 seconds from now
|
||||
d = d.getTime() + 60*1000; //60 seconds from now
|
||||
d = new Date(d);
|
||||
plugins.localNotification.add({
|
||||
date: d,
|
||||
|
||||
Reference in New Issue
Block a user