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.

15 lines (11 loc) 264 B
define.Class( 'pages.widgets.PageWidget', function(require) { var PageWidget = function(config) { PageWidget.instance = this; }; PageWidget.prototype = { }; return PageWidget; } );