Skip to content

Commit

Permalink
Make comment clear
Browse files Browse the repository at this point in the history
  • Loading branch information
SlexAxton committed Feb 28, 2012
1 parent 15b2768 commit 8f52488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messageformat.js
Expand Up @@ -57,6 +57,7 @@

MessageFormat.Utils = {
numSub : function ( string, key, depth ) {
// make sure that it's not an escaped octothorpe
return string.replace( /^#|[^\\]#/g, function (m) {
var prefix = m && m.length === 2 ? m.charAt(0) : '';
return prefix + '" + (function(){ var x = ' +
Expand Down

0 comments on commit 8f52488

Please sign in to comment.