typo
This commit is contained in:
parent
d9ef18d482
commit
92e141cb81
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Ox.$ = Ox.element = function $(value) {
|
|||
other <o> Other DOM object
|
||||
@*/
|
||||
add: function add($other) {
|
||||
elements = Ox.unique(elements.concat(other.elements()));
|
||||
elements = Ox.unique(elements.concat($other.elements()));
|
||||
this.length = elements.length;
|
||||
return this;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue