We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827d7db commit af06523Copy full SHA for af06523
devdocs-macos/user-scripts/integration.js
@@ -7,7 +7,7 @@
7
window.matchMedia = patcher;
8
9
var afterInit = function() {
10
- if (app && app.settings) {
+ if (window.app && window.app.settings) {
11
window.matchMedia = original;
12
window.webkit.messageHandlers.vcBus.postMessage({ type: 'afterInit' });
13
} else {
0 commit comments