Browse Source

Update converse.js

thierrytiti 10 years ago
parent
commit
6034932523
1 changed files with 1 additions and 1 deletions
  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{