Professional-Hobo / PokeMMOn-Old

MMO Pokemon Game using Node.js
http://keitharm.me/projects/pokemmon/
6 stars 2 forks source link

selector object is global #45

Closed lobabob closed 8 years ago

lobabob commented 8 years ago

Some script somewhere is making the tile selector div global with the variable name "selector". Find out where this is happening and stop it.

lobabob commented 8 years ago

Turns out this isn't actually a bug. Apparently, elements with IDs are part of the global namespace. Who knew?