no commit message
This commit is contained in:
@@ -6515,12 +6515,13 @@
|
||||
}, 10);
|
||||
};
|
||||
var w3c = function() {
|
||||
|
||||
if(valType(fn) == 'function') {
|
||||
fn();
|
||||
}
|
||||
removeListener(window, 'load', w3c);
|
||||
};
|
||||
if(!isUndefined($('body'))){
|
||||
if(!isUndefined(document.body)){
|
||||
if(valType(fn) == 'function') {
|
||||
fn();
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user