define(['jquery','utils'],function ($,utils) {
	function JsName() {

	}

	JsName.prototype = {
		init () {
		}
	};

	return new JsName();
});