Skip to content

Commit ba33844

Browse files
committed
Added $ as a global
1 parent 46480bc commit ba33844

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grunt.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = function( grunt ) {
2222
},
2323
globals: {
2424
jQuery: true,
25+
"$": true,
2526

2627
// qunit globals
2728
// TODO would be nice to confine these to test files
@@ -52,4 +53,4 @@ module.exports = function( grunt ) {
5253

5354
// load the project's default tasks
5455
grunt.loadTasks( path.join('build', 'tasks') );
55-
};
56+
};

0 commit comments

Comments
 (0)