unindented the wrapper function.
This commit is contained in:
parent
ca6fb9952b
commit
a392c04469
@ -10,6 +10,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
function wrapper() {
|
||||
|
||||
// ensure plugin framework is there, even if iitc is not yet loaded
|
||||
if(typeof window.plugin !== 'function')
|
||||
window.plugin = function() {};
|
||||
@ -119,6 +120,7 @@ function wrapper() {
|
||||
else
|
||||
window.bootPlugins = [setup];
|
||||
}
|
||||
|
||||
} // wrapper end
|
||||
|
||||
// inject code into site context
|
||||
|
Loading…
x
Reference in New Issue
Block a user