forked from 0x2620/oxjs
typos
This commit is contained in:
parent
c30fe02850
commit
147d637b7b
32 changed files with 83 additions and 83 deletions
|
|
@ -446,14 +446,14 @@ Ox.load.Image = function(options, callback) {
|
|||
str = '';
|
||||
} else {
|
||||
// After length more bytes, break
|
||||
Ox.Break()();
|
||||
Ox.Break();
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
done == 2 && Ox.Break()();
|
||||
done == 2 && Ox.Break();
|
||||
});
|
||||
done == 2 && Ox.Break()();
|
||||
done == 2 && Ox.Break();
|
||||
}
|
||||
}, function() {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue