Skip to content

Commit 5b3c057

Browse files
Update test version of jquery, jqueryui
1 parent 6ca56cf commit 5b3c057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ module.exports = function(grunt) {
107107
options: {
108108
specs: 'test/*_spec.js',
109109
vendor: [
110-
'http://code.jquery.com/jquery-1.10.1.min.js',
111-
'http://code.jquery.com/ui/1.10.3/jquery-ui.min.js',
110+
'http://code.jquery.com/jquery-1.11.1.min.js',
111+
'http://code.jquery.com/ui/1.11.1/jquery-ui.min.js',
112112
'http://github.com/searls/jasmine-fixture/releases/1.0.5/1737/jasmine-fixture.js'
113113
]
114114
}

0 commit comments

Comments
 (0)