Skip to content

Commit

Permalink
Closes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
osoner committed Aug 9, 2014
2 parents 9899b3d + f8c658d commit 150c916
Show file tree
Hide file tree
Showing 5 changed files with 1,437 additions and 1,436 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2543,7 +2543,7 @@ var AppRouter = Backbone.Router.extend({
return countlyCommon.getShortNumber(context);
});
Handlebars.registerHelper('getFormattedNumber', function (context, options) {
if (isNaN(context)) {
if (!_.isNumber(context)) {
return context;
}

Expand Down
Loading

0 comments on commit 150c916

Please sign in to comment.