typo
This commit is contained in:
parent
e4f34b1c7d
commit
cda702d94d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue