mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
오타 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8075 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f2b9a62a09
commit
10e7f1384b
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue