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.

12 lines (9 loc) 245 B
define.Class('widgets.nesting.ParentWidget', function(require) { return { init: function(config) { }, testMethod: function() { return 'ParentWidget'; } }; });