corrected a wrong and confusing comment

This commit is contained in:
Stephan Bönnemann
2011-08-29 11:14:11 +02:00
parent c0e7e3f3f3
commit 7813bdc670

View File

@@ -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,