UNPKG

js-oop

Version:

jsOOP aids in object oriented programming in JS.

16 lines (11 loc) 313 B
require.config( { baseUrl: './', paths: { jsOOP: '../dist/', QUnit: '../app/components/qunit/qunit/qunit' } }); requirejs( [ 'jsOOP/Class', 'jsOOP/Interface', 'jsOOP/Enum', './doTestsUMD.js' ], function( Class, Interface, Enum, doTests ) { doTests( Class, Interface, Enum ); QUnit.start(); });