added another semicolon for LINT, updated version

pull/89/head
jmoenig 2019-10-09 16:53:00 +02:00
rodzic 35011e0332
commit 67216e51d0
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -34,7 +34,7 @@
/*global modules, hex_sha512*/
modules = modules || {};
modules.cloud = '2019-July-17';
modules.cloud = '2019-October-09';
// Global stuff
@ -1111,4 +1111,4 @@ Cloud.prototype.showProjectPath = function (username, projectname) {
user: username,
project: projectname
});
}
};