Skip to content

Commit 7372739

Browse files
committed
Added older jquery 1.10.2 support.
1 parent f160fa2 commit 7372739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server.rb

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

4-
JQUERY_VERSIONS = %w[ 1.8.0 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.10.0 1.10.1 1.11.0 ].freeze
4+
JQUERY_VERSIONS = %w[ 1.8.0 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.10.0 1.10.1 1.10.2 1.11.0 ].freeze
55

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

0 commit comments

Comments
 (0)