From 8f1c74260b4f9381ce1299b505c8cc58a4c636fc Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sun, 2 Mar 2014 23:31:41 +0000 Subject: [PATCH] Use proper DOM interface in JSDoc comment git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2726 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/embedapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/embedapi.js b/editor/embedapi.js index a771737b..70247894 100644 --- a/editor/embedapi.js +++ b/editor/embedapi.js @@ -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