mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Add missing export entry for the browser object
This commit is contained in:
parent
7ddfdc3935
commit
c3a29d1480
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ var noop = function(){};
|
|||
|
||||
exports.isNodeText = isNodeText;
|
||||
exports.object = object;
|
||||
exports.browser = browser;
|
||||
exports.getAssoc = getAssoc;
|
||||
exports.setAssoc = setAssoc;
|
||||
exports.binarySearch = binarySearch;
|
||||
|
|
Loading…
Reference in a new issue