Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fix gruntfile inclusion of jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
WebsiteDeveloper committed Feb 1, 2014
1 parent 24f04ff commit 71e8498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -246,7 +246,7 @@ module.exports = function (grunt) {
specs : '<%= meta.specs %>',
/* Keep in sync with test/SpecRunner.html dependencies */
vendor : [
'src/thirdparty/jquery-2.0.1.min.js',
'src/thirdparty/jquery-2.1.0.min.js',
'src/thirdparty/CodeMirror2/lib/codemirror.js',
'src/thirdparty/CodeMirror2/lib/util/dialog.js',
'src/thirdparty/CodeMirror2/lib/util/searchcursor.js',
Expand Down

0 comments on commit 71e8498

Please sign in to comment.