Skip to content

Commit b6dae4e

Browse files
committed
Added support for jquery 1.8.2
1 parent bddff6a commit b6dae4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/server.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'sinatra'
22
require 'json'
33

4-
JQUERY_VERSIONS = %w[ 1.7 1.7.1 1.7.2 1.8.0 1.8.1 ].freeze
4+
JQUERY_VERSIONS = %w[ 1.7 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 ].freeze
55

66
use Rack::Static, :urls => ["/src"], :root => File.expand_path('..', settings.root)
77

@@ -48,7 +48,7 @@ def jquery_versions
4848
end
4949

5050
get '/' do
51-
params[:version] ||= '1.8.1'
51+
params[:version] ||= '1.8.2'
5252
params[:cdn] ||= 'jquery'
5353
erb :index
5454
end

0 commit comments

Comments
 (0)