Sha256: c91345e9b24756186836d9bec795be1e5b389600bba8a41aaa1f342b9c0a6ecb
Contents?: true
Size: 339 Bytes
Versions: 9
Compression:
Stored size: 339 Bytes
Contents
//>>built define("dojox/timing/doLater",["./_base"],function(_1){ dojo.experimental("dojox.timing.doLater"); _1.doLater=function(_2,_3,_4){ if(_2){ return false; } var _5=_1.doLater.caller,_6=_1.doLater.caller.arguments; _4=_4||100; _3=_3||dojo.global; setTimeout(function(){ _5.apply(_3,_6); },_4); return true; }; return _1.doLater; });
Version data entries
9 entries across 9 versions & 2 rubygems