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 would like to lazy evaluate Leaflet's javascript inside a mobile web app to boost parsing performance. source 1source 2
Since I'm using a multi line comment to wrap my minified code, the javascript code that I have wrapped with a comment breaks because */ is used in some of Leaflet's regular expressions.
There are two places in the code where */ is used inside a regular expression, e.g. .replace(/(\S+)\s*/g, replaceFn)