Searched defs:emptyFunction (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dprototype.js45 emptyFunction: function() {},
748 || Prototype.emptyFunction)(transport, json);
758 (this.options['on' + event] || Prototype.emptyFunction)(transport, json);
766 this.transport.onreadystatechange = Prototype.emptyFunction;
770 (this.options.onException || Prototype.emptyFunction)(this, exception);
788 var onComplete = this.options.onComplete || Prototype.emptyFunction;
844 (this.onComplete || Prototype.emptyFunction).apply(this, arguments);

Completed in 20 milliseconds