UNPKG

raptor

Version:

RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.

18 lines (15 loc) 278 B
/** * Simple class-level comment */ define.Class("Simple", function(require) { return { /** * Constructor comment * @returns */ init: function() { }, hello: function() { } }; });