This_is_how_i_ve_done_jquery_jquery_UI_in_a_client...
# suitescript
c
This_is_how_i_ve_done_jquery_jquery_UI_in_a_client_script.js
e
if I remove
Copy code
(function( factory ) {
	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define([ "jquery" ], factory );
	} else {
		// Browser globals
		factory( jQuery );
	}
}(
and just export it as a function it works