|
|
@@ -49,7 +49,6 @@ function fixedIfDecimal(num, fixed) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function number(value, type="full", fixed) { |
|
|
function number(value, type="full", fixed) { |
|
|
console.log(value) |
|
|
|
|
|
var val = parseFloat(value); |
|
|
var val = parseFloat(value); |
|
|
switch(type) { |
|
|
switch(type) { |
|
|
case "full": |
|
|
case "full": |
|
|
|