Skip to content

Commit

Permalink
Revert "fixes #18856 Deleting local variable"
Browse files Browse the repository at this point in the history
This reverts commit a97b1ae.
  • Loading branch information
vansimke committed Aug 3, 2016
1 parent a97b1ae commit 45aa4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion number.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ number._formatAbsolute = function(/*Number*/ value, /*String*/ pattern, /*number
whole = (off > 0) ? whole.slice(0, off) : "";
if(groupSize2){
groupSize = groupSize2;
groupSize2 = undefined;
delete groupSize2;
}
}
valueParts[0] = pieces.reverse().join(options.group || ",");
Expand Down

0 comments on commit 45aa4f7

Please sign in to comment.