3 lines
71 B
CoffeeScript
3 lines
71 B
CoffeeScript
$$ = (selector, root=d.body) ->
|
|
[root.querySelectorAll(selector)...]
|
$$ = (selector, root=d.body) ->
|
|
[root.querySelectorAll(selector)...]
|