From 9d61480e34fcec159981064c52c249a5709cfe60 Mon Sep 17 00:00:00 2001 From: misol Date: Sun, 11 Oct 2009 02:58:46 +0000 Subject: [PATCH] =?UTF-8?q?r6841=20=EC=97=90=EC=84=9C=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=ED=95=9C=20=EB=B6=80=EB=B6=84...=20=EB=9D=84=EC=96=B4=EC=93=B0?= =?UTF-8?q?=EA=B8=B0=EB=A1=9C=20=EB=93=A4=EC=97=AC=EC=93=B0=EA=B8=B0?= =?UTF-8?q?=ED=95=9C=20=EB=B6=80=EB=B6=84=20=ED=83=AD=ED=82=A4=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6842 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xpresseditor/js/Xpress_Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js index 066b26ed5..227fc88f6 100644 --- a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js +++ b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js @@ -5725,7 +5725,7 @@ xe.XE_Extension = jQuery.Class({ }, $ON_MSG_APP_READY : function() { - var oApp = this.oApp; + var oApp = this.oApp; oApp.exec('REGISTER_UI_EVENT', ['extension', 'click', 'TOGGLE_EXTENSION_LAYER']); var functn = function(){ oApp.exec("HIDE_ACTIVE_LAYER", []);