1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-03 04:38:38 -04:00

Move models.js to browserify/require() format

This commit is contained in:
2016-02-13 16:31:12 -05:00
parent 5b5fd6ef78
commit da7fbeecaf
8 changed files with 65 additions and 11 deletions

View File

@ -18,6 +18,11 @@ var Collapse = ReactBootstrap.Collapse;
var Combobox = require('react-widgets').Combobox;
var models = require('./models.js');
var Security = models.Security;
var Account = models.Account;
var AccountTypeList = models.AccountTypeList;
var AccountCombobox = require('./AccountCombobox.js');
var AccountRegister = require('./AccountRegister.js');