From 71e8498d8feb068bfbe431445f67456e202a1d6c Mon Sep 17 00:00:00 2001 From: Bernhard Sirlinger Date: Sat, 1 Feb 2014 11:09:09 +0100 Subject: [PATCH] Fix gruntfile inclusion of jQuery --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 33d7991d8c2..782a30b3e6c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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',