tregoning
8/1/2013 - 6:15 AM

stealconfig.js needed for standalone version of funcunit

stealconfig.js needed for standalone version of funcunit

steal.config({
  map: {
		"*": {
			"jquery/jquery.js" : "jquery"
		}
	},
	paths: {
		"jquery": "jquery-1.10.2.min.js",
	},
	shim : {
		jquery: {
			exports: "jQuery"
		}
	}
})