Change filename

// FREEBIE
This commit is contained in:
lilia 2016-04-22 13:43:09 -07:00
parent 9a1a3bdf64
commit b160556d6e
3 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ module.exports = function(grunt) {
src: [
'libtextsecure/errors.js',
'libtextsecure/libsignal-protocol.js',
'libtextsecure/axolotl_wrapper.js',
'libtextsecure/protocol_wrapper.js',
'libtextsecure/crypto.js',
'libtextsecure/storage.js',

View File

@ -22,7 +22,7 @@
<script type="text/javascript" src="../errors.js" data-cover></script>
<script type="text/javascript" src="../storage.js" data-cover></script>
<script type="text/javascript" src="../libsignal-protocol.js"></script>
<script type="text/javascript" src="../axolotl_wrapper.js" data-cover></script>
<script type="text/javascript" src="../libsignal_wrapper.js" data-cover></script>
<script type="text/javascript" src="../websocket-resources.js" data-cover></script>
<script type="text/javascript" src="../helpers.js" data-cover></script>