add option to enable console.logs
This commit is contained in:
parent
d0e114c346
commit
8cf91d027e
6 changed files with 33 additions and 35 deletions
|
|
@ -23,8 +23,6 @@ Storage.prototype.getGlobal = function(k) {
|
|||
// set value for key
|
||||
Storage.prototype.setGlobal = function(k,v) {
|
||||
localStorage.setItem(k, JSON.stringify(v));
|
||||
console.log('[Plain.js.25]',k,v); //TODO
|
||||
|
||||
};
|
||||
|
||||
// remove value for key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue