Skip to content

Commit

Permalink
dependencies should be in arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
varemenos committed Mar 23, 2013
1 parent 90c1456 commit 2d846ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require.config({
exports : 'jsZip'
},
'select2' : {
deps : 'jquery',
deps : ['jquery'],
exports : 'select2'
}
}
Expand Down

0 comments on commit 2d846ef

Please sign in to comment.