typo
This commit is contained in:
parent
6acd99d74f
commit
6f183f3b49
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ Ox.$ = Ox.element = function(value) {
|
||||||
} else if (arguments.length == 1 && Ox.isString(arguments[0])) {
|
} else if (arguments.length == 1 && Ox.isString(arguments[0])) {
|
||||||
ret = data[arguments[0]]
|
ret = data[arguments[0]]
|
||||||
} else {
|
} else {
|
||||||
Ox.forEach(Ox.makeObject(arguments), funciton(value, key) {
|
Ox.forEach(Ox.makeObject(arguments), function(value, key) {
|
||||||
data[key] = value;
|
data[key] = value;
|
||||||
});
|
});
|
||||||
ret = this;
|
ret = this;
|
||||||
|
|
Loading…
Reference in a new issue