Yuki Takei hace 7 años
padre
commit
4ad1d1af2c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/client/js/services/AppContainer.js

+ 0 - 2
src/client/js/services/AppContainer.js

@@ -45,8 +45,6 @@ export default class AppContainer extends Container {
     this.users = [];
     this.userByName = {};
     this.userById = {};
-    this.draft = {};
-
     this.recoverData();
 
     this.containerInstances = {};