Searched refs:emptyFunction (Results 1 – 8 of 8) sorted by relevance
/plugin/s5reloaded/ui/effects_support/ |
H A D | controls.js | 501 this._boundComplete = (this.options.onComplete || Prototype.emptyFunction).bind(this); 674 onComplete: Prototype.emptyFunction, 781 onComplete: Prototype.emptyFunction, 819 onComplete: Prototype.emptyFunction,
|
H A D | prototype.js | 52 emptyFunction: function() { }, method in Prototype 106 klass.prototype.initialize = Prototype.emptyFunction; 1492 || Prototype.emptyFunction)(response, response.headerJSON); 1512 this.transport.onreadystatechange = Prototype.emptyFunction; 2626 el.onclick = Prototype.emptyFunction; 2940 element._extendedByPrototype = Prototype.emptyFunction; 3537 var _true = Prototype.emptyFunction; 3570 parentNode._countedByPrototype = Prototype.emptyFunction; 3587 n._countedByPrototype = Prototype.emptyFunction; 4414 event._extendedByPrototype = Prototype.emptyFunction; [all …]
|
H A D | dragdrop.js | 651 onChange: Prototype.emptyFunction, 652 onUpdate: Prototype.emptyFunction
|
H A D | effects.js | 346 update: Prototype.emptyFunction
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 32 emptyFunction: function() { }, method in Prototype 66 klass.prototype.initialize = Prototype.emptyFunction; 1295 || Prototype.emptyFunction)(response, response.headerJSON); 1316 this.transport.onreadystatechange = Prototype.emptyFunction; 1344 (this.options.onException || Prototype.emptyFunction)(this, exception); 1485 (this.onComplete || Prototype.emptyFunction).apply(this, arguments); 2561 element._extendedByPrototype = Prototype.emptyFunction; 3010 var _true = Prototype.emptyFunction; 3026 parentNode._countedByPrototype = Prototype.emptyFunction; 3044 n._countedByPrototype = Prototype.emptyFunction; [all …]
|
/plugin/issuetracker/ |
H A D | prototype.js | 55 emptyFunction: function() { }, method in Prototype 118 klass.prototype.initialize = Prototype.emptyFunction; 1602 || Prototype.emptyFunction)(response, response.headerJSON); 1615 (this.options['on' + state] || Prototype.emptyFunction)(response, response.headerJSON); 1622 this.transport.onreadystatechange = Prototype.emptyFunction; 1650 (this.options.onException || Prototype.emptyFunction)(this, exception); 1799 (this.onComplete || Prototype.emptyFunction).apply(this, arguments); 2628 el.onclick = Prototype.emptyFunction; 2942 element._extendedByPrototype = Prototype.emptyFunction; 5524 event._extendedByPrototype = Prototype.emptyFunction; [all …]
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 1 …emptyFunction=function(){},IS_DONTENUM_BUGGY=function(){for(var p in{toString:1}){if(p==="toString… function
|
H A D | fabric.js | 1534 var slice = Array.prototype.slice, emptyFunction = function() { }, function 1621 klass.prototype.initialize = emptyFunction;
|