svn: /web/doc-editor/trunk/js/ui/component/ FilePanel.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 15 Nov 2009 08:49:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=290771
Log:
Fix White space
Changed paths:
U web/doc-editor/trunk/js/ui/component/FilePanel.js
Modified: web/doc-editor/trunk/js/ui/component/FilePanel.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/FilePanel.js 2009-11-15 05:56:17 UTC (rev 290770)
+++ web/doc-editor/trunk/js/ui/component/FilePanel.js 2009-11-15 08:49:20 UTC (rev 290771)
@@ -364,7 +364,7 @@
scope : this,
check : function(c)
{
- var tmp = new ui.task.UpdateConfTask({item: this.syncScrollConf, value: c.getValue()});
+ var tmp = new ui.task.UpdateConfTask({item: this.syncScrollConf, value: c.getValue()});
},
render : function(c)
{
@@ -446,8 +446,8 @@
disabled : true,
handler : function()
{
- var tmp;
-
+ var tmp;
+
if (this.lang === 'en') {
tmp = new ui.task.SaveENFileTask({
@@ -565,8 +565,8 @@
cmchange : function(keyCode, charCode, obj)
{
if (keyCode === 116) {
- return;
- } // 116 = f5
+ return;
+ } // 116 = f5
var cursorPosition = Ext.util.JSON.decode(
Ext.getCmp(id_prefix + '-FILE-' + this.fid)