shuishen
2021-06-11 3bb0279bd9e2ef8f359acdf271fd7d6b4cdc5f79
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}})()});