Skip to content

Commit

Permalink
fixed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
debris committed Jan 6, 2015
1 parent a2a7717 commit b6232cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ var web3 = {
unit++;
}
var s = val.toString().length < val.toFixed(2).length ? val.toString() : val.toFixed(2);
var replaceFunction = function($0, $1, $2) {
return $1 + ',' + $2;
};
var replaceFunction = function($0, $1, $2) {
return $1 + ',' + $2;
};

while (true) {
var o = s;
Expand Down

0 comments on commit b6232cf

Please sign in to comment.