k3mist
Member since Mar 22, 2013
- Profile: /members/10770-k3mist.htm
- Comments: 1
Recent Blog Comments By k3mist
-
Extending Classes In A Modular JavaScript Application Architecture Using RequireJS
Posted on Mar 22, 2013 at 8:52 PM
Thank you for the article! Allowed me to get my models in-line using require and sparked an idea in the process. I found a much easier way to do this in coffeescript for anyone interested. A short example just to give an idea: Base: define (require) -> class Model constructor: (data... read more »