Selaa lähdekoodia

Update converse.js

thierrytiti 10 vuotta sitten
vanhempi
commit
6034932523
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -215,7 +215,7 @@
 
         // Translation machinery
         // ---------------------
-		 this.isAvailableLocale=function(locale){
+	this.isAvailableLocale=function(locale){
             ret=null;
             if (locales[locale]) ret=locales[locale];
             else{