/*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if(!dojo._hasResource["dojox.lang.aspect.memoizerGuard"]){
dojo._hasResource["dojox.lang.aspect.memoizerGuard"]=true;
dojo.provide("dojox.lang.aspect.memoizerGuard");
(function(){
var _1=dojox.lang.aspect,_2=function(_3){
var _4=_1.getContext().instance,t;
if(!(t=_4.__memoizerCache)){
return;
}
if(arguments.length==0){
delete _4.__memoizerCache;
}else{
if(dojo.isArray(_3)){
dojo.forEach(_3,function(m){
delete t[m];
});
}else{
delete t[_3];
}
}
};
_1.memoizerGuard=function(_5){
return {after:function(){
_2(_5);
}};
};
})();
}
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/dojo/resources/dojox/lang/aspect/memoizerGuard.js |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|