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

@ -66,7 +66,7 @@ Ox.App = function(options) {
callback = argument;
}
});
return Ox.Request.send($.extend({
return Ox.Request.send(Ox.extend({
age: age,
callback: callback,
data: {

View file

@ -53,4 +53,4 @@ Ox.forEach($('<div>'), function(val, key) {
Ox.UI.elements[id] : ret;
};
}
});
}, true);