Skip to content

Commit 3bee4d5

Browse files
committed
fix bug in generate_known_helpers_hash
was previously undetected due to a bug in Handlebars: handlebars-lang/handlebars.js#302
1 parent 2b1644d commit 3bee4d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/handlebars_assets/config.rb

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def template_namespace
7070
def generate_known_helpers_hash
7171
known_helpers.inject({}) do |hash, helper|
7272
hash[helper] = true
73+
hash
7374
end
7475
end
7576

0 commit comments

Comments
 (0)