fix missing function keyword

This commit is contained in:
Ilya Grigorik
2018-05-18 12:04:38 +01:00
parent 912165605c
commit 1718872d98

View File

@@ -204,7 +204,7 @@ chrome.runtime.sendMessage({}, function(response) {
}
}
}
inIframe () {
function inIframe () {
try {
return window.self !== window.top;
} catch (e) {