examples/views/layout_theme.haml in rack-jquery_ui-themes-2.1.1 vs examples/views/layout_theme.haml in rack-jquery_ui-themes-3.0.0

- old
+ new

@@ -6,10 +6,10 @@ // load jQuery = Rack::JQuery.cdn() // load UI = Rack::JQueryUI.cdn() // load themes - = Rack::JQueryUI::Themes.cdn(env) + = Rack::JQueryUI::Themes.cdn(env, :theme => @theme) // load js for widgets = haml :js_and_css_header %body = yield \ No newline at end of file