We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1576c2 commit cc8f746Copy full SHA for cc8f746
css_debugger.js
@@ -1,5 +1,5 @@
1
function css_debugger() {
2
- if (("is_css_debugging" in window) === false) {
+ if (window.hasOwnProperty("is_css_debugging") === false) {
3
is_css_debugging = false;
4
}
5
0 commit comments