1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

wrap autofill content script in function

This commit is contained in:
Kyle Spearrin 2016-09-15 21:38:53 -04:00
parent 072a9606e1
commit 2be753fd0a

View File

@ -1,4 +1,5 @@
/*
!(function() {
/*
1Password Extension
Lovingly handcrafted by Dave Teare, Michael Fey, Rad Azzouz, and Roustem Karimov.
@ -87,3 +88,4 @@ chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
return true;
}
});
})();