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

Move utils.js to browserify/require() format

This commit is contained in:
2016-02-13 16:41:44 -05:00
parent b59fd60817
commit d6ddf0f65f
4 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,8 @@ var React = require('react');
var Combobox = require('react-widgets').Combobox;
var getAccountDisplayList = require('./utils.js').getAccountDisplayList;
module.exports = React.createClass({
displayName: "AccountCombobox",
getDefaultProps: function() {