Skip to content

Commit

Permalink
1.8 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 30, 2013
1 parent c6d260a commit a21621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opal/sprockets/server.rb
Expand Up @@ -43,7 +43,7 @@ def initialize debug_or_options = {}
unless Hash === debug_or_options
warn "passing a boolean to control debug is deprecated.\n"+
"Please pass an Hash instead: Server.new(debug: true)"
options = {debug: debug_or_options}
options = {:debug => debug_or_options}
else
options = debug_or_options
end
Expand Down

0 comments on commit a21621a

Please sign in to comment.