1
0
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:
2016-02-13 17:06:32 -05:00
parent c5bca50113
commit 00a6965e88
7 changed files with 7 additions and 53 deletions

@ -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)