1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00

Added missed semicolon

This commit is contained in:
Alex Shpak 2017-05-26 11:45:33 +02:00
parent dd850197e4
commit 92cfcf4415

View File

@ -502,7 +502,7 @@ const OpenView = Backbone.View.extend({
this.displayOpenFile();
this.displayOpenKeyFile();
this.openFileWithFingerprint(fileInfo)
this.openFileWithFingerprint(fileInfo);
},
showOpenLocalFile: function(path, keyFilePath) {