Guest User

Untitled

a guest
Feb 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. function $ (query) {
  2. var e = document.querySelectorAll(query)
  3. return e.length === 1 ? e[0] : e
  4. }
Add Comment
Please, Sign In to add comment