Browse Source

Autoformat; Remove old functions;

master
Nero Ignis 4 years ago
parent
commit
ac00363621
  1. 8
      js/app.js

8
js/app.js

@ -1,11 +1,3 @@ @@ -1,11 +1,3 @@
Storage.prototype.setObj = function(key, obj) {
return this.setItem(key, JSON.stringify(obj))
}
Storage.prototype.getObj = function(key) {
return JSON.parse(this.getItem(key))
}
let game = new Vue({
el: '#root',
data: {

Loading…
Cancel
Save