wiring jqueryui to vuln jquery #368

This commit is contained in:
Jason 2018-05-03 10:49:31 -06:00
parent 6cfefba0ee
commit 089dd56a15

View File

@ -30,7 +30,7 @@ require.config({
shim: {
"jqueryui": {
exports:"$",
deps: ['jquery']
deps: ['libs/jquery-2.1.4.min']
},
underscore: {
exports: "_"