We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa2572 commit a4acfd6Copy full SHA for a4acfd6
lib/handlebars/internal/wrapHelper.js
@@ -4,6 +4,5 @@ export function wrapHelper(helper, transformOptionsFn) {
4
arguments[arguments.length - 1] = transformOptionsFn(options);
5
return helper.apply(this, arguments);
6
};
7
- Object.defineProperty(wrapper, 'length', { value: helper.length });
8
return wrapper;
9
}
0 commit comments