Skip to content

Commit

Permalink
Update jQuery -> 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Gerber committed Feb 4, 2015
1 parent d98fea7 commit c28fd21
Show file tree
Hide file tree
Showing 6 changed files with 284 additions and 269 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ module.exports = function (grunt) {
/* Keep in sync with test/SpecRunner.html dependencies */
vendor : [
'test/polyfills.js', /* For reference to why this polyfill is needed see Issue #7951. The need for this should go away once the version of phantomjs gets upgraded to 2.0 */
'src/thirdparty/jquery-2.1.1.min.js',
'src/thirdparty/jquery-2.1.3.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 @@ -49,7 +49,7 @@
<script src="thirdparty/less-config.js"></script>
<script src="thirdparty/less-1.7.5.min.js"></script>
<script src="thirdparty/mustache/mustache.js"></script>
<script src="thirdparty/jquery-2.1.1.min.js"></script>
<script src="thirdparty/jquery-2.1.3.min.js"></script>
<!-- endbuild -->
</head>
<body>
Expand Down
4 changes: 0 additions & 4 deletions src/thirdparty/jquery-2.1.1.min.js

This file was deleted.

Loading

0 comments on commit c28fd21

Please sign in to comment.