mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix travis
This commit is contained in:
@ -57,11 +57,14 @@
|
|||||||
window.localStorage[key] = JSON.stringify(entry);
|
window.localStorage[key] = JSON.stringify(entry);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
checKeyValidity_ : function(key) {
|
checKeyValidity_ : function(key) {
|
||||||
if(key in this.KEY_TO_DEFAULT_VALUE_MAP_) {
|
if(key in this.KEY_TO_DEFAULT_VALUE_MAP_) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
console.log("UserSettings key <"+ key +"> not find in supported keys.")
|
console.log("UserSettings key <"+ key +"> not find in supported keys.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user