Selaa lähdekoodia

Fix linting error

JC Brand 5 vuotta sitten
vanhempi
commit
685c9585f4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.
          */