Przeglądaj źródła

Update converse.js

thierrytiti 10 lat temu
rodzic
commit
6034932523
1 zmienionych plików z 1 dodań i 1 usunięć
  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{