1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

move some values to constants for better sharing

This commit is contained in:
Kyle Spearrin
2017-04-10 18:55:18 -04:00
parent 58df3e692b
commit cf22ea2b78
9 changed files with 70 additions and 58 deletions

View File

@@ -78,6 +78,7 @@
<script src="app/app.js"></script>
<script src="app/settings.js"></script>
<script src="app/constants.js"></script>
<script src="app/config.js"></script>
<script src="app/apiInterceptor.js"></script>