remove some whitespace
This commit is contained in:
parent
6f4a928bf3
commit
7f76d596ba
1 changed files with 4 additions and 4 deletions
|
@ -103,7 +103,7 @@ Ox.load.UI = function(options, callback) {
|
|||
})
|
||||
.appendTo(body);
|
||||
|
||||
browserSupported ? showIcon() : showWarning();
|
||||
browserSupported ? showIcon() : showWarning();
|
||||
|
||||
function showIcon() {
|
||||
/*
|
||||
|
@ -169,7 +169,7 @@ Ox.load.UI = function(options, callback) {
|
|||
browsers = browsers.filter(function(browser) {
|
||||
return browser.url;
|
||||
});
|
||||
isInternetExplorer ? browsers.pop() : browsers.shift();
|
||||
isInternetExplorer ? browsers.pop() : browsers.shift();
|
||||
browsers.forEach(function(browser) {
|
||||
browser.src = Ox.PATH + 'Ox.UI/png/browser' + browser.name.replace(' ', '') + '128.png';
|
||||
Ox.getFile(browser.src, function() {
|
||||
|
@ -293,7 +293,7 @@ Ox.load.UI = function(options, callback) {
|
|||
if (Ox.$window) {
|
||||
callback();
|
||||
} else {
|
||||
callbacks.push(callback);
|
||||
callbacks.push(callback);
|
||||
}
|
||||
}
|
||||
}());
|
||||
|
@ -449,7 +449,7 @@ Ox.load.UI = function(options, callback) {
|
|||
outer.remove();
|
||||
return width;
|
||||
})();
|
||||
//@ Ox.UI.getBarSize <s> get bar size by name
|
||||
//@ Ox.UI.getBarSize <s> get bar size by name
|
||||
// fixme: the follwing should be deprecated
|
||||
Ox.UI.getBarSize = function(size) {
|
||||
var sizes = {
|
||||
|
|
Loading…
Reference in a new issue