This commit is contained in:
rolux 2012-05-25 09:53:55 +02:00
parent e4f34b1c7d
commit cda702d94d

View file

@ -216,7 +216,7 @@ Ox.$ = Ox.element = function(value) {
if (arguments.length == 0) { if (arguments.length == 0) {
ret = this[0].innerHTML; ret = this[0].innerHTML;
} else { } else {
this[0].innerHTML = str; this[0].innerHTML = string;
ret = this; ret = this;
} }
return ret; return ret;