Add missing semicolons

// FREEBIE
This commit is contained in:
lilia
2016-02-24 16:39:37 -08:00
parent c3bbdb393f
commit 8fdf58971c
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
return axolotlInstance.decryptWhisperMessage(fromAddress, getString(blob));
},
closeOpenSessionForDevice: function(encodedNumber) {
return axolotlInstance.closeOpenSessionForDevice(encodedNumber)
return axolotlInstance.closeOpenSessionForDevice(encodedNumber);
},
encryptMessageFor: function(deviceObject, pushMessageContent) {
return axolotlInstance.encryptMessageFor(deviceObject, pushMessageContent);