fix missing argument in Ox..text()
This commit is contained in:
parent
78e285bb12
commit
00b2bafbbd
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ Ox.$ = Ox.element = function(value) {
|
|||
(text) -> <o> This element
|
||||
text <s> The text contents
|
||||
@*/
|
||||
text: function() {
|
||||
text: function(string) {
|
||||
var ret;
|
||||
if (arguments.length == 0) {
|
||||
ret = Ox.isString(this.textContent)
|
||||
|
|
Loading…
Reference in a new issue