David
Member since Oct 24, 2013
- Profile: /members/11360-david.htm
- Comments: 1
Recent Blog Comments By David
-
Lazy Loading RequireJS Modules When They Are First Requested
Posted on Oct 24, 2013 at 3:27 PM
I'm not sure which version of RequireJs you were using, but in my version, calling require(...) twice on the same module will only load the module once, even if subsequent calls occur before the module has loaded.... read more »