//>>built define("dojox/robot/recorder",["dijit","dojo","dojox"],function(_1,_2,_3){ _2.provide("dojox.robot.recorder"); _2.experimental("dojox.robot.recorder"); (function(){ var _4=1000; var _5=500; var _6=10000; var _7=[]; var _8=0; var _9=null; var _a=null; var _b=function(){ alert("Started recording."); _7=[]; _9=new Date(); _a=new Date(); }; var _c=function(_d,_e){ if(_9==null||_d=="doh.robot.keyPress"&&_e[0]==_2.keys.ENTER&&eval("("+_e[2]+")").ctrl&&eval("("+_e[2]+")").alt){ return; } var dt=Math.max(Math.min(Math.round((new Date()).getTime()-_a.getTime()),_6),1); if(_d=="doh.robot.mouseMove"){ _e[2]=dt; }else{ _e[1]=dt; } _7.push({name:_d,args:_e}); _a=new Date(); }; var _f=function(){ var c=_7; if(c[0].name=="doh.robot.keyPress"&&(c[0].args[0]==_2.keys.ENTER||c[0].args[0]==77)){ c.splice(0,1); } for(var i=c.length-1;(i>=c.length-2)&&(i>=0);i--){ if(c[i].name=="doh.robot.keyPress"&&c[i].args[0]==_2.keys.ALT||c[i].args[0]==_2.keys.CTRL){ c.splice(i,1); } } for(i=0;i