Just adding semicolons to make the linter happy

This commit is contained in:
Lee Grey
2015-03-24 22:33:14 +13:00
parent c9b581f6db
commit 93deb1c2c5
4 changed files with 5 additions and 6 deletions

View File

@@ -153,8 +153,8 @@
};
ns.SaveController.prototype.saveFileDesktop_ = function () {
pskl.app.desktopStorageService.saveFile();
}
pskl.app.desktopStorageService.save();
};
ns.SaveController.prototype.getName = function () {
return this.nameInput.val();