Sha256: a0a5626357234c0aab5bdbd884b7a275e847c2619251bf6eaf3af944be4e6dab
Contents?: true
Size: 395 Bytes
Versions: 9
Compression:
Stored size: 395 Bytes
Contents
//>>built define("dojox/lang/aspect/counter",["dijit","dojo","dojox"],function(_1,_2,_3){ _2.provide("dojox.lang.aspect.counter"); (function(){ var _4=_3.lang.aspect; var _5=function(){ this.reset(); }; _2.extend(_5,{before:function(){ ++this.calls; },afterThrowing:function(){ ++this.errors; },reset:function(){ this.calls=this.errors=0; }}); _4.counter=function(){ return new _5; }; })(); });
Version data entries
9 entries across 9 versions & 2 rubygems