-
Robert Knight authored
`selections()` tried to listen for a 'ready' event on the DOM Document object. The 'ready' event however is jQuery-specific however so that never gets triggered. Instead change the `selections()` function to perform an initial check for a selection on the next tick and emit a null|DOMRange. Fixes #3452
0ce66780
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
integration | ||
adder-test.js | ||
config-test.js | ||
guest-test.coffee | ||
highlighter-test.coffee | ||
host-test.coffee | ||
range-util-test.js | ||
selections-test.js | ||
sidebar-test.coffee |