cosmetic changes
This commit is contained in:
parent
706e6d4a01
commit
a99ab2429e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Ox.$ <f> Generic HTML element, mimics jQuery
|
|||
> !!Ox.$('<div>').on({click: function(e) { Ox.test(e.type, 'click'); }}).trigger('click')
|
||||
true
|
||||
@*/
|
||||
Ox.$ = Ox.element = function(value) {
|
||||
Ox.$ = Ox.element = function $(value) {
|
||||
|
||||
var data = {},
|
||||
elements = Ox.isArray(value) ? value // array of elements
|
||||
|
|
Loading…
Reference in a new issue