Skip to content

Commit f839e96

Browse files
author
George Griffiths
committed
tidy up
1 parent f7f81db commit f839e96

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/querySelectorDeep.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,7 @@ function collectAllElementsDeep(selector = null, root) {
164164
165165
rev-02 incorporate kyle's changes 3/2/42014
166166
*/
167-
if (typeof require == 'function' && typeof module != 'undefined') {
168-
// enable to re-use in a browser without require.js
169-
module.exports = normalizeSelector;
170-
}
171-
172-
167+
/* istanbul ignore next */
173168
function normalizeSelector(sel) {
174169

175170
// save unmatched text, if any

0 commit comments

Comments
 (0)