mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
![]() The `helper.waitFor()` function returns a jQuery Deferred object. Deferred objects are supposed to have a `.fail()` method that is chainable (it should return `this`). Before this change, `helper.waitFor()` monkey-patched the `.fail()` method with a function that returned `undefined`. Now the monkey-patched `.fail()` returns the Deferred object. Also modernize the code a bit. |
||
---|---|---|
.. | ||
lib | ||
specs | ||
travis | ||
helper.js | ||
index.html | ||
runner.css | ||
runner.js |