Change libsignal-protocol filenames

// FREEBIE
This commit is contained in:
lilia 2016-04-21 18:09:10 -07:00
parent b1d370755a
commit c1e1dd97ba
6 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ module.exports = function(grunt) {
},
src: [
'libtextsecure/errors.js',
'libtextsecure/libaxolotl.js',
'libtextsecure/libsignal-protocol.js',
'libtextsecure/axolotl_wrapper.js',
'libtextsecure/crypto.js',
@ -86,7 +86,7 @@ module.exports = function(grunt) {
'Gruntfile.js',
'js/**/*.js',
'!js/libtextsecure.js',
'!js/libaxolotl-worker.js',
'!js/libsignal-protocol-worker.js',
'!js/components.js',
'!js/signal_protocol_store.js',
'_locales/**/*'
@ -146,7 +146,7 @@ module.exports = function(grunt) {
'Gruntfile',
'js/**/*.js',
'!js/libtextsecure.js',
'!js/libaxolotl-worker.js',
'!js/libsignal-protocol-worker.js',
'!js/components.js',
'test/**/*.js',
'!test/blanket_mocha.js',

View file

@ -35334,7 +35334,7 @@ axolotlInternal.RecipientRecord = function() {
});
},
startWorker: function() {
axolotlInstance.startWorker('/js/libaxolotl-worker.js');
axolotlInstance.startWorker('/js/libsignal-protocol-worker.js');
},
stopWorker: function() {
axolotlInstance.stopWorker();

View file

@ -44,7 +44,7 @@
});
},
startWorker: function() {
axolotlInstance.startWorker('/js/libaxolotl-worker.js');
axolotlInstance.startWorker('/js/libsignal-protocol-worker.js');
},
stopWorker: function() {
axolotlInstance.stopWorker();

View file

@ -21,7 +21,7 @@
<script type="text/javascript" src="../protobufs.js" data-cover></script>
<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="../libaxolotl.js"></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="../websocket-resources.js" data-cover></script>