async-helpers
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -101,3 +101,3 @@ /*! | ||
fn: self.helpers[name], | ||
args: [].concat.apply([], arguments), | ||
args: [].slice.call(arguments), | ||
argRefs: [] | ||
@@ -104,0 +104,0 @@ }; |
{ | ||
"name": "async-helpers", | ||
"description": "Use async helpers in template engines like Handlebars and Lodash.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/doowb/async-helpers", | ||
@@ -6,0 +6,0 @@ "author": { |
10085