mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 20:37:08 +01:00
fix: prevent weird characters in date fields
This commit is contained in:
2
dist/helpers/handlebars-helpers.js
vendored
2
dist/helpers/handlebars-helpers.js
vendored
@ -33,7 +33,7 @@ Template helper definitions for Handlebars.
|
||||
helpers.type = 'handlebars';
|
||||
wrappedHelpers = _.mapObject(helpers, function(hVal, hKey) {
|
||||
if (_.isFunction(hVal)) {
|
||||
_.wrap(hVal, function(func) {
|
||||
return _.wrap(hVal, function(func) {
|
||||
var args;
|
||||
args = Array.prototype.slice.call(arguments);
|
||||
args.shift();
|
||||
|
Reference in New Issue
Block a user