andrewplummer / Sugar

A Javascript library for working with native objects.
https://sugarjs.com/
MIT License
4.53k stars 306 forks source link

Unextend #588

Closed florianGithub closed 7 years ago

florianGithub commented 7 years ago

I cannot switch back to the default mode after calling "Sugar.extend();" Even after reloading the page without cache.

andrewplummer commented 7 years ago

Sugar doesn't hold anything in local storage, cookies, or anything else (it's not even aware of the browser window effectively). Maybe you're unintentionally calling .extend somewhere you're not aware?

andrewplummer commented 7 years ago

Will close this for now... please let me know if there is still an issue.