1
0
Fork 0
forked from 0x2620/oxjs

support MSIE 8 until after app load, and MSIE 8 with Chrome Frame beyond that

This commit is contained in:
rlx 2011-09-03 13:18:20 +00:00
commit 5818bd5edc
373 changed files with 11048 additions and 29979 deletions

View file

@ -209,10 +209,6 @@ Ox.load.UI = function(options, callback) {
files.push('Ox.UI/js/Ox.UI.js');
}
files.forEach(function(file) {
// fixme: opera doesnt fire onload for svg
if ($.browser.opera && Ox.endsWith(file, '.svg')) {
return;
}
var dfd = new $.Deferred();
promises.push(dfd.promise());
Ox.loadFile(Ox.PATH + file, function() {