소스 검색

Specify dependencies, so that their `initialize` methods get called first

JC Brand 7 년 전
부모
커밋
bc81a3d680
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/converse-bookmarks.js

+ 3 - 0
src/converse-bookmarks.js

@@ -34,6 +34,9 @@
     const { Backbone, Promise, Strophe, $iq, b64_sha1, sizzle, _ } = converse.env;
 
     converse.plugins.add('converse-bookmarks', {
+
+        optional_dependencies: ["converse-chatboxes", "converse-muc"],
+
         overrides: {
             // Overrides mentioned here will be picked up by converse.js's
             // plugin architecture they will replace existing methods on the