Skip to content

Commit

Permalink
Support Ruby 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan committed Dec 25, 2014
1 parent 7392898 commit 629a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/compass/core/caniuse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def all_prefixes(browser)
end

# returns the prefixes needed by the list of browsers given
def prefixes(browsers = browsers)
def prefixes(browsers = browsers())
result = browsers.map{|b| all_prefixes(b) }
result.flatten!
result.uniq!
Expand Down

0 comments on commit 629a380

Please sign in to comment.