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

Commit

Permalink
Merge pull request #6724 from WebsiteDeveloper/jQueryUpdate
Browse files Browse the repository at this point in the history
Update jQuery to 2.1.0
  • Loading branch information
ingorichter committed Feb 13, 2014
2 parents 308a2d7 + 71e8498 commit e838605
Show file tree
Hide file tree
Showing 6 changed files with 5,366 additions and 5,094 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!-- build:js thirdparty/thirdparty.min.js -->
<script src="thirdparty/less-1.4.2.min.js"></script>
<script src="thirdparty/mustache/mustache.js"></script>
<script src="thirdparty/jquery-2.0.1.min.js"></script>
<script src="thirdparty/jquery-2.1.0.min.js"></script>
<script src="thirdparty/CodeMirror2/lib/codemirror.js"></script>
<script src="thirdparty/CodeMirror2/addon/fold/xml-fold.js"></script>
<script src="thirdparty/CodeMirror2/addon/edit/matchtags.js"></script>
Expand Down
6 changes: 0 additions & 6 deletions src/thirdparty/jquery-2.0.1.min.js

This file was deleted.

Loading

0 comments on commit e838605

Please sign in to comment.