Skip to content

Commit f54ee29

Browse files
tweak safari
1 parent 89a7e3c commit f54ee29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testgeneric.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ const get_globals = () => new Promise(resolve => {
227227
],
228228
"webkit": [
229229
"object" === typeof browser,
230-
"function" === typeof getMatchedCSSRules,
230+
//"function" === typeof getMatchedCSSRules,
231231
"object" === typeof safari,
232-
"function" === typeof showModalDialog,
232+
//"function" === typeof showModalDialog,
233233
"function" === typeof webkitConvertPointFromNodeToPage,
234234
"function" === typeof webkitCancelRequestAnimationFrame,
235235
"object" === typeof webkitIndexedDB,

0 commit comments

Comments
 (0)