Use proper DOM interface in JSDoc comment

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2726 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Brett Zamir 2014-03-02 23:31:41 +00:00
parent 8bf64a2af7
commit 8f1c74260b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function getMessageListener (t) {
}
/**
* @param {HTMLFrame} frame
* @param {HTMLIFrameElement} frame
* @param {array} [allowedOrigins=[]] Array of origins from which incoming
* 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