Skip to content

Commit

Permalink
fix bug in generate_known_helpers_hash
Browse files Browse the repository at this point in the history
was previously undetected due to a bug in Handlebars:
handlebars-lang/handlebars.js#302
  • Loading branch information
turadg committed May 20, 2013
1 parent 2b1644d commit 3bee4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/handlebars_assets/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def template_namespace
def generate_known_helpers_hash
known_helpers.inject({}) do |hash, helper|
hash[helper] = true
hash
end
end

Expand Down

0 comments on commit 3bee4d5

Please sign in to comment.