Add missing export entry for the browser object

pull/1483/head
0ip 2013-02-09 22:35:10 +01:00
parent 7ddfdc3935
commit c3a29d1480
1 changed files with 1 additions and 0 deletions

View File

@ -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;