fix use of Ox.map, Ox.loop
This commit is contained in:
parent
9a7e86dceb
commit
f97352ee61
6 changed files with 10 additions and 10 deletions
|
|
@ -93,11 +93,11 @@ Ox.load.Unicode = function(options, callback) {
|
|||
Ox.toASCII = function(str) {
|
||||
return Ox.map(str, function(chr) {
|
||||
return chars[chr].ascii || chr;
|
||||
}).join('');
|
||||
});
|
||||
};
|
||||
|
||||
callback(true);
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue