Selection.js 78 Bytes
Newer Older
1
exports._getSelection = function() { return window.getSelection() || null; };