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

/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Deffects.js66 _elementDoesNotExistError: {
357 if (!this.element) throw(Effect._elementDoesNotExistError);
375 if (!this.element) throw(Effect._elementDoesNotExistError);
409 if (!this.element) throw(Effect._elementDoesNotExistError);
483 if (!this.element) throw(Effect._elementDoesNotExistError);
923 if (!this.element) throw(Effect._elementDoesNotExistError);
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Deffects.js102 _elementDoesNotExistError: {
374 if(!this.element) throw(Effect._elementDoesNotExistError);
393 if(!this.element) throw(Effect._elementDoesNotExistError);
433 if(!this.element) throw(Effect._elementDoesNotExistError);
508 if(!this.element) throw(Effect._elementDoesNotExistError);
946 if(!this.element) throw(Effect._elementDoesNotExistError);

Completed in 16 milliseconds