This commit is contained in:
rolux 2013-12-06 21:55:45 +01:00
parent 6acd99d74f
commit 6f183f3b49

View file

@ -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;