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

Commit d070584

Browse files
committed
Merge pull request #10519 from MarcelGerber/jquery-2.1.3
Update jQuery -> 2.1.3
2 parents 5278268 + c28fd21 commit d070584

File tree

6 files changed

+284
-269
lines changed

6 files changed

+284
-269
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ module.exports = function (grunt) {
252252
/* Keep in sync with test/SpecRunner.html dependencies */
253253
vendor : [
254254
'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 */
255-
'src/thirdparty/jquery-2.1.1.min.js',
255+
'src/thirdparty/jquery-2.1.3.min.js',
256256
'src/thirdparty/CodeMirror2/lib/codemirror.js',
257257
'src/thirdparty/CodeMirror2/lib/util/dialog.js',
258258
'src/thirdparty/CodeMirror2/lib/util/searchcursor.js',

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<script src="thirdparty/less-config.js"></script>
5050
<script src="thirdparty/less-1.7.5.min.js"></script>
5151
<script src="thirdparty/mustache/mustache.js"></script>
52-
<script src="thirdparty/jquery-2.1.1.min.js"></script>
52+
<script src="thirdparty/jquery-2.1.3.min.js"></script>
5353
<!-- endbuild -->
5454
</head>
5555
<body>

src/thirdparty/jquery-2.1.1.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)