svn: /web/doc-editor/trunk/js/ main.js

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Wed, 26 May 2010 20:54:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299827

Log:
Replace tab by space

Changed paths:
    U   web/doc-editor/trunk/js/main.js

Modified: web/doc-editor/trunk/js/main.js
===================================================================
--- web/doc-editor/trunk/js/main.js	2010-05-26 20:52:54 UTC (rev 299826)
+++ web/doc-editor/trunk/js/main.js	2010-05-26 20:54:22 UTC (rev 299827)
@@ -3,30 +3,30 @@
     Ext.QuickTips.init();

     return {
-
+
         /**
          * Hold user's variable such as login, configuration or email
          */
-		user : {
-			login: null,
-			anonymousIdent: Ext.util.Cookies.get("anonymousIdent"),
-			isAnonymous: null,
-			isAdmin: false,
-			lang: null,
-			conf: '',
-			email: ''
-		},
+        user : {
+            login: null,
+            anonymousIdent: Ext.util.Cookies.get("anonymousIdent"),
+            isAnonymous: null,
+            isAdmin: false,
+            lang: null,
+            conf: '',
+            email: ''
+        },

         /**
          * Hold application's variable such as name, version or configuration
          */
-		app: {
-			name: 'Php Docbook Online Editor',
-			ver : 'X.XX',
-			loaded: false,
+        app: {
+            name: 'Php Docbook Online Editor',
+            ver : 'X.XX',
+            loaded: false,
             uiRevision: '$Revision$',
-			conf: ''
-		},
+            conf: ''
+        },

         lastInfoDate : null,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.