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 fb54355 commit bedd08dCopy full SHA for bedd08d
devdocs-macos/user-scripts/integration.js
@@ -7,7 +7,7 @@
7
window.matchMedia = patcher;
8
9
var afterInit = function() {
10
- if (typeof app.settings === 'object') {
+ if (app && app.settings) {
11
window.matchMedia = original;
12
window.webkit.messageHandlers.vcBus.postMessage({ type: 'afterInit' });
13
} else {
0 commit comments