Skip to content

Commit cc8f746

Browse files
authored
Update css_debugger.js
1 parent d1576c2 commit cc8f746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css_debugger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function css_debugger() {
2-
if (("is_css_debugging" in window) === false) {
2+
if (window.hasOwnProperty("is_css_debugging") === false) {
33
is_css_debugging = false;
44
}
55

0 commit comments

Comments
 (0)