You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm loading Remodal with Browserify and the options declared on window.REMODAL_GLOBALS don't get applied. Inspecting what is going on, the globals object on line 11 is undefined so the default namespace never gets overriden.
Consequently, the NAMESPACE option doesn't work at all. Might it be better just to make this configurable through the options parameter in the first place?
The text was updated successfully, but these errors were encountered:
I'm loading Remodal with Browserify and the options declared on
window.REMODAL_GLOBALS
don't get applied. Inspecting what is going on, theglobals
object on line 11 isundefined
so the default namespace never gets overriden.Consequently, the
NAMESPACE
option doesn't work at all. Might it be better just to make this configurable through theoptions
parameter in the first place?The text was updated successfully, but these errors were encountered: