forked from 0x2620/oxjs
IE fixes
This commit is contained in:
parent
d83046460f
commit
eb9cd1e397
9 changed files with 34 additions and 9 deletions
|
|
@ -36,7 +36,7 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
|||
function tests() {
|
||||
var passed = 0, failed = 0,
|
||||
lines, spaces, command, expected, result, passed,
|
||||
replace = ['', ''], fns = [], $test
|
||||
replace = ['', ''], fns = [], $test;
|
||||
Ox.forEach(Ox.isArray(arguments[0]) ? arguments[0] : arguments, function(script, i) {
|
||||
Ox.print(script)
|
||||
Ox.test(script, function(results) {
|
||||
|
|
@ -101,6 +101,9 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
|||
colors[+passed][1] + '))'
|
||||
});
|
||||
});
|
||||
$.browser.msie && $element.css({
|
||||
background: 'rgb(' + colors[+passed][0] + ')'
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue