shuishen
2021-06-15 05383bf8baa1a173bbbd3af6ce211bc3e4f042aa
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}})()});