Searched defs:Extend (Results 1 – 4 of 4) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.2.js | 1977 Extend:function(_superClass,_prototype,_skipClonning){ method in pi.util
|
H A D | firebug-lite-1.2-compressed.js | 92 …fn.apply(scope,args.concat(Array.prototype.slice.call(arguments,0)));};},Extend:function(_superCla… method in pi.util
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.2-compressed.js | 103 return index;},remove:function(_array,_index){var result=_array.slice(0,_index);_array=Array.prototype.push.apply(result,_array.slice(_index+1));return result;}},Curry:function(_fn,_scope){var fn=_fn,scope=_scope||window,args=Array.prototype.slice.call(arguments,2);return function(){return fn.apply(scope,args.concat(Array.prototype.slice.call(arguments,0)));};},Extend:function(_superClass,_prototype,_skipClonning){var object=new pi.base;if(_prototype["$Init"]){object.init=_prototype["$Init"];delete _prototype["$Init"];};object.body=_superClass==pi.base?_prototype:pi.util.Hash.merge(_prototype,_superClass.prototype);object.init=object.init||function(){if(_superClass!=pi.base) method in pi.util
|
H A D | firebug-lite-1.2.js | 1988 Extend:function(_superClass,_prototype,_skipClonning){ method in pi.util
|