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