jshint compliance. gotta keep those tests green

This commit is contained in:
ansuz
2016-07-28 17:52:26 +02:00
parent 1f24d7126c
commit 0ada6a3d0a
3 changed files with 7 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ define([
var setPadAttribute = common.setPadAttribute = function (attr, value, cb) {
Store.set([getHash(), attr].join('.'), value, function (err, data) {
cb(err, data);
})
});
};
var getPadAttribute = common.getPadAttribute = function (attr, cb) {
@@ -95,7 +95,7 @@ define([
if (recentPadsStr) {
try {
recentPads = JSON.parse(recentPadsStr);
} catch (err) {
} catch (E) {
// couldn't parse the localStorage?
// just overwrite it.
}