remove debug
This commit is contained in:
parent
0588ebe211
commit
6a133723be
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ Ox.getAsync = function(urls, get, callback) {
|
||||||
if (!cache[url]) {
|
if (!cache[url]) {
|
||||||
if (!type) {
|
if (!type) {
|
||||||
type = Ox.parseURL(url).pathname.split('.').pop();
|
type = Ox.parseURL(url).pathname.split('.').pop();
|
||||||
console.log(type, url);
|
|
||||||
type = type == 'css' ? 'stylesheet'
|
type = type == 'css' ? 'stylesheet'
|
||||||
: type == 'js' ? 'script' : 'image';
|
: type == 'js' ? 'script' : 'image';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue