Procházet zdrojové kódy

remove getCrowiForJquery

Yuki Takei před 3 roky
rodič
revize
e5d5cfefb5
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. 0 7
      packages/app/src/client/services/AppContainer.js

+ 0 - 7
packages/app/src/client/services/AppContainer.js

@@ -90,13 +90,6 @@ export default class AppContainer extends Container {
     return this.currentUser.username;
     return this.currentUser.username;
   }
   }
 
 
-  /**
-   * @return {Object} window.Crowi (js/legacy/crowi.js)
-   */
-  getCrowiForJquery() {
-    return window.Crowi;
-  }
-
   getConfig() {
   getConfig() {
     return this.config;
     return this.config;
   }
   }