Browse Source

fix space

zahmis 5 years ago
parent
commit
3708eaaace
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/client/js/services/PageHistoryContainer.js

+ 0 - 3
src/client/js/services/PageHistoryContainer.js

@@ -16,9 +16,7 @@ export default class PageHistoryContainer extends Container {
     super();
     super();
 
 
     this.appContainer = appContainer;
     this.appContainer = appContainer;
-
     this.pageContainer = pageContainer;
     this.pageContainer = pageContainer;
-
     this.dummyRevisions = 0;
     this.dummyRevisions = 0;
 
 
     this.state = {
     this.state = {
@@ -39,7 +37,6 @@ export default class PageHistoryContainer extends Container {
     this.fetchPageRevisionBody = this.fetchPageRevisionBody.bind(this);
     this.fetchPageRevisionBody = this.fetchPageRevisionBody.bind(this);
   }
   }
 
 
-
   /**
   /**
    * Workaround for the mangling in production build to break constructor.name
    * Workaround for the mangling in production build to break constructor.name
    */
    */