Missing var keyword
systemsplanet-zz opened this issue · 3 comments
systemsplanet-zz commented
jquery-cron/cron/jquery-cron.js
Line 223 in 89922ea
for (var key in o.customValues) {
systemsplanet-zz commented
Another instance
jquery-cron/cron/jquery-cron.js
Line 181 in 89922ea
systemsplanet-zz commented
Another
jquery-cron/cron/jquery-cron.js
Line 451 in 89922ea
systemsplanet-zz commented
Another
jquery-cron/cron/jquery-cron.js
Line 237 in 89922ea
replace with
var min, hour, day, month, dow;
min = hour = day = month = dow = "*";