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