define( 'main', [ 'blah' ], function( Blah ) { window.Blah = Blah; }); require( ['main'] );
new Blah(); // Blah is not defined