From 10e7f1384bce6f87502bc59f68e8016768191f6f Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 8 Feb 2011 02:52:57 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=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@8075 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/js/xeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xeed/js/xeed.js b/modules/editor/skins/xeed/js/xeed.js index 702fb6690..0dc2b384f 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -2497,7 +2497,7 @@ FileUpload = xe.createPlugin('FileUpload', { * @brief Insert a file into the rich editor */ API_INSERT_FILE_INTO : function(sender, params) { - var type = params[0], url = params[1], name = params[2], ext, sel; + var type = params[0], url = params[1], name = params[2], ext, sel, code; if (type == 'img') { code = ''+name+'\n';