浏览代码

Indentation

thierrytiti 10 年之前
父节点
当前提交
e35c5a4fa3
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      converse.js

+ 3 - 3
converse.js

@@ -228,8 +228,8 @@
             allow_logout: true,
             allow_muc: true,
             allow_otr: true,
-			auto_away: 0, //in seconds
-			auto_xa: 0, //in seconds
+            auto_away: 0, //in seconds
+            auto_xa: 0, //in seconds
             allow_registration: true,
             animate: true,
             auto_list_rooms: false,
@@ -354,7 +354,7 @@
         // Module-level functions
         // ----------------------
 		
-		this.autoAwayReset=function(){
+	this.autoAwayReset=function(){
             if (converse._idleCounter > 0) {
                 converse._idleCounter = 0;
                 if (converse._autoAway>0) {