andrewdavey / immutable-devtools

Chrome Dev Tools custom formatter for Immutable-js values
BSD 3-Clause "New" or "Revised" License
661 stars 29 forks source link

Fix typeof check #3

Closed akre54 closed 8 years ago

akre54 commented 8 years ago

typeof will only ever return a string so this check will never fail

andrewdavey commented 8 years ago

Thanks for catching that. (I really should avoid coding late into the night!)