jsclass
jsclass copied to clipboard
Why the require is async? Could you make it sync?
I failed to return a created class object in my angularjs service, because the class definition is created async. When I want to create an object, the definition was not existing yet.
I think it is a major limitation of jsclass. I'd rather manually include "hash.js" in my program.