fixed tabs
This commit is contained in:
parent
a2a77172a6
commit
b6232cfdd1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user