mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 18:32:52 +09:00
17298725
* options이 없을 때 오류 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4539 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bec0a651c5
commit
68fa55aaf8
1 changed files with 4 additions and 2 deletions
|
|
@ -254,8 +254,10 @@ function displayMultimedia(src, width, height, options) {
|
|||
flashvars : ''
|
||||
};
|
||||
|
||||
var autostart = (options.autostart) ? 'true' : 'false';
|
||||
delete(options.autostart);
|
||||
if(options) {
|
||||
var autostart = (options.autostart) ? 'true' : 'false';
|
||||
delete(options.autostart);
|
||||
}
|
||||
|
||||
var params = objectExtend(defaults, options || {});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue