Browse Source

Fix linting error

JC Brand 5 năm trước cách đây
mục cha
commit
685c9585f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/headless/converse-emoji.js

+ 1 - 1
src/headless/converse-emoji.js

@@ -59,7 +59,7 @@ function convert (unicode) {
 
 converse.plugins.add('converse-emoji', {
 
-    async initialize () {
+    initialize () {
         /* The initialize function gets called as soon as the plugin is
          * loaded by converse.js's plugin machinery.
          */