diff --git a/tiny.js b/tiny.js index a48f9ea..f084cad 100644 --- a/tiny.js +++ b/tiny.js @@ -24,5 +24,5 @@ return elm }) window['$'] = selector => document.querySelector(selector) - window['$$'] = window['$all'] = selector => Array.from(document.querySelectorAll(selector)) + window['$$'] = selector => Array.from(document.querySelectorAll(selector)) })()