Alexander Lvov
Alexander Lvov
opera is behvaing like google chrome ``` var textSched = later.parse.text('every 15 sec'); // var textSched = later.parse.recur().every(1).minute(); var timer2 = later.setInterval(changeFrameSrc, textSched); function changeFrameSrc() { alert(new Date()); //timer2.clear(); //...
ok, i changed alert to console.log and captured this. *******\* in google chrome version 32.0.1700.107******** Sat Feb 15 2014 10:10:00 GMT-0400 (Atlantic Standard Time) show2.html:16 Sat Feb 15 2014 10:10:00...
sorry, i used getTime() now in google chrome --- 1392474015189 show2.html:16 1392474015348 show2.html:16 1392474030202 show2.html:16 1392474030359 show2.html:16 1392474045204 show2.html:16 1392474045361 show2.html:16 1392474060205 show2.html:16 1392474060361 show2.html:16 --- in firefox --- 1392474120966...