We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca56cf commit 5b3c057Copy full SHA for 5b3c057
Gruntfile.js
@@ -107,8 +107,8 @@ module.exports = function(grunt) {
107
options: {
108
specs: 'test/*_spec.js',
109
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',
+ 'http://code.jquery.com/jquery-1.11.1.min.js',
+ 'http://code.jquery.com/ui/1.11.1/jquery-ui.min.js',
112
'http://github.com/searls/jasmine-fixture/releases/1.0.5/1737/jasmine-fixture.js'
113
]
114
}
0 commit comments