shuishen
2021-06-04 db9ea2a557e28fb1096dfebdb2ac23c3fe86cb57
1
2
//>>built
define(["dojo","dijit","dojox"],function(a,e,c){a.provide("dojox.lang.aspect.counter");(function(){var d=c.lang.aspect,b=function(){this.reset()};a.extend(b,{before:function(){++this.calls},afterThrowing:function(){++this.errors},reset:function(){this.calls=this.errors=0}});d.counter=function(){return new b}})()});