gnat / surreal

🗿 Mini jQuery alternative. Dependency-free animations. Locality of Behavior. Use one element or arrays transparently. Pairs with htmx. Vanilla querySelector() but better!
https://gnat.github.io/surreal/example.html
MIT License
1.2k stars 24 forks source link

Add missing $. #15

Closed ilkiri23 closed 7 months ago

ilkiri23 commented 7 months ago

I'm one of those masochists you mentioned in readme:D If you just delete globalAdd, it will cause errors because some functions use global scope instead of $.<func>

gnat commented 7 months ago

Nice catch! Yeah removing globalsAdd() was more of an afterthought- I'll merge your PR and/or fix this soon.

gnat commented 7 months ago

Thank you @ilkiri23