Skip to content

Commit

Permalink
Added support for jquery 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Jan 18, 2013
1 parent b6dae4e commit 6927b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/server.rb
@@ -1,7 +1,7 @@
require 'sinatra'
require 'json'

JQUERY_VERSIONS = %w[ 1.7 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 ].freeze
JQUERY_VERSIONS = %w[ 1.7 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.3 ].freeze

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

Expand Down Expand Up @@ -48,7 +48,7 @@ def jquery_versions
end

get '/' do
params[:version] ||= '1.8.2'
params[:version] ||= '1.8.3'
params[:cdn] ||= 'jquery'
erb :index
end
Expand Down

0 comments on commit 6927b82

Please sign in to comment.