Skip to content

Commit dc53afc

Browse files
committed
Merge pull request Compass#1903 from tonytonyjan/patch-1
Support Ruby 2.2.0
2 parents 7392898 + 629a380 commit dc53afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/compass/core/caniuse.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def all_prefixes(browser)
6969
end
7070

7171
# returns the prefixes needed by the list of browsers given
72-
def prefixes(browsers = browsers)
72+
def prefixes(browsers = browsers())
7373
result = browsers.map{|b| all_prefixes(b) }
7474
result.flatten!
7575
result.uniq!

0 commit comments

Comments
 (0)