오타 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8075 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-02-08 02:52:57 +00:00
parent f2b9a62a09
commit 10e7f1384b

View file

@ -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 = '<img src="'+url+'" alt="'+name+'" />\n';