Skip to content

Commit f1785de

Browse files
committed
Merging
2 parents 2985512 + a068336 commit f1785de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stealconfig.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ steal.config({
22
map: {
33
"*": {
44
"jquery/jquery.js" : "jquery",
5-
"can/util/util.js": "can/util/jquery/jquery.js"
5+
"can/util/util.js": "can/util/jquery/jquery.js",
6+
"jquery/": "jquerypp/"
67
}
78
},
89
paths: {

0 commit comments

Comments
 (0)