Commit b6232cfd authored by Marek Kotewicz's avatar Marek Kotewicz

fixed tabs

parent a2a77172
...@@ -281,9 +281,9 @@ var web3 = { ...@@ -281,9 +281,9 @@ var web3 = {
unit++; unit++;
} }
var s = val.toString().length < val.toFixed(2).length ? val.toString() : val.toFixed(2); var s = val.toString().length < val.toFixed(2).length ? val.toString() : val.toFixed(2);
var replaceFunction = function($0, $1, $2) { var replaceFunction = function($0, $1, $2) {
return $1 + ',' + $2; return $1 + ',' + $2;
}; };
while (true) { while (true) {
var o = s; var o = s;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment