REFS #790 - Fixed issue
Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -885,4 +885,4 @@ | ... | @@ -885,4 +885,4 @@ |
885 | return [].some.call(this.findAll(selector), this.elementVisible); | 885 | return [].some.call(this.findAll(selector), this.elementVisible); |
886 | }; | 886 | }; |
887 | }; | 887 | }; |
888 | })(typeof exports === "object" ? exports : window); | 888 | })(typeof exports === "object" && !(exports instanceof Element) ? exports : window); | ... | ... |
modules/tester.js
100755 → 100644
File mode changed
-
Please register or sign in to post a comment