mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-01 12:08:37 -04:00
Remove big.js from source, use npm instead
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
var Big = require('big.js');
|
||||
|
||||
function getJSONObj(json_input) {
|
||||
if (typeof json_input == "string")
|
||||
return $.parseJSON(json_input)
|
||||
|
Reference in New Issue
Block a user