remove whitespace
This commit is contained in:
parent
cb4a32f03b
commit
fbbe1e256a
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ Ox.api = function(items, options) {
|
||||||
}
|
}
|
||||||
callback && callback(result);
|
callback && callback(result);
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|
||||||
function parseEnums(enums) {
|
function parseEnums(enums) {
|
||||||
// make enumerable strings lowercase
|
// make enumerable strings lowercase
|
||||||
|
|
Loading…
Reference in a new issue