Searched defs:_scope (Results 1 – 4 of 4) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.2.js | 1971 Curry:function(_fn,_scope){ argument
|
H A D | firebug-lite-1.2-compressed.js | 92 …apply(result,_array.slice(_index+1));return result;}},Curry:function(_fn,_scope){var fn=_fn,scope=… argument
|
/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) argument
|
H A D | firebug-lite-1.2.js | 1982 Curry:function(_fn,_scope){ argument
|