Medium / matador

an MVC framework for Node
http://medium.github.io/matador
Other
604 stars 49 forks source link

fixed call to 'classLoader.loadClass' in 'app.getModel' #129

Closed zcsteele closed 11 years ago

zcsteele commented 11 years ago

Matador crashes with the error message "ReferenceError: loadClass is not defined". Adding a reference to the appropriate class fixes the issue.

vinibaggio commented 11 years ago

Cool, I will write a failing spec for this one and I'll merge your changes.