Skip to content

Commit 629a380

Browse files
committed
1 parent 7392898 commit 629a380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/compass/core/caniuse.rb

Lines changed: 1 addition & 1 deletion
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)