Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminVanRyseghem committed Apr 21, 2015
2 parents 75d99fa + ba1660a commit 368c04d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions numbro.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,10 @@
}
});

numbro.languages = function() {
return languages;
};

numbro.zeroFormat = function(format) {
zeroFormat = typeof(format) === 'string' ? format : null;
};
Expand Down

0 comments on commit 368c04d

Please sign in to comment.