Use proper DOM interface in JSDoc comment
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2726 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
8bf64a2af7
commit
8f1c74260b
|
@ -92,7 +92,7 @@ function getMessageListener (t) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {HTMLFrame} frame
|
* @param {HTMLIFrameElement} frame
|
||||||
* @param {array} [allowedOrigins=[]] Array of origins from which incoming
|
* @param {array} [allowedOrigins=[]] Array of origins from which incoming
|
||||||
* messages will be allowed when same origin is not used; defaults to none.
|
* messages will be allowed when same origin is not used; defaults to none.
|
||||||
* If supplied, it should probably be the same as svgEditor's allowedOrigins
|
* If supplied, it should probably be the same as svgEditor's allowedOrigins
|
||||||
|
|
Loading…
Reference in New Issue