From e21d092f0bf47a3c043d23e8a0ec09ae56599cc3 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Wed, 7 Aug 2013 11:29:41 +0400 Subject: [PATCH] add to testover jquery 1.10 and 2.0 --- grunt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grunt.js b/grunt.js index cdf5806..8436088 100644 --- a/grunt.js +++ b/grunt.js @@ -109,7 +109,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib'); //version of jquery-ui datepicker to be copied into dist - var dp_ui_ver = '1.10.2'; + var dp_ui_ver = '1.10.3'; //module for testing var module = ''; @@ -121,7 +121,7 @@ module.exports = function(grunt) { var qunit_testover = []; ['bootstrap', 'jqueryui', 'plain'].forEach(function(f){ ['popup', 'inline'].forEach(function(c){ - ['1.7.2', '1.8.3', '1.9.1'].forEach(function(jqver) { + ['1.7.2', '1.8.3', '1.9.1', '1.10.2', '2.0.3'].forEach(function(jqver) { qunit_testover.push('http://localhost:8000/test/index.html?f='+f+'&c='+c+'&jquery='+jqver+module); }); });