mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-19 23:48:38 -04:00
Remove big.js from source, use npm instead
This commit is contained in:
@ -23,6 +23,8 @@ var Glyphicon = ReactBootstrap.Glyphicon;
|
||||
var DateTimePicker = require('react-widgets').DateTimePicker;
|
||||
var Combobox = require('react-widgets').Combobox;
|
||||
|
||||
var Big = require('big.js');
|
||||
|
||||
var models = require('./models.js');
|
||||
var Security = models.Security;
|
||||
var Account = models.Account;
|
||||
|
@ -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