1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-06-13 21:48:39 -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

@ -12,7 +12,6 @@
<script src="static/external/classnames/index.js"></script>
<script type="text/javascript" src="static/utils.js"></script>
<script type="text/javascript" src="static/models.js"></script>
<script type="text/javascript" src="static/bundle.js"></script>
</head>