Skip to content

Commit

Permalink
trivial quotes change in handlebars helper rockstor#1325
Browse files Browse the repository at this point in the history
  • Loading branch information
phillxnet committed May 23, 2016
1 parent b0ca110 commit dba2f2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -323,7 +323,7 @@ AddPoolView = Backbone.View.extend({
},

initHandlebarHelpers: function(){
Handlebars.registerHelper("mathHelper", function(value, options){
Handlebars.registerHelper('mathHelper', function(value, options){
return parseInt(value) + 1;
});

Expand Down

0 comments on commit dba2f2a

Please sign in to comment.