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