Fixed embed API

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@967 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Kevin Kwok
2009-11-22 20:33:12 +00:00
parent db5df84bcc
commit e689ca3dcf
2 changed files with 46 additions and 13 deletions

View File

@@ -2274,6 +2274,8 @@ $(function() {
e.source.postMessage("SVGe"+cbid+";error:"+err.message, e.origin);
}
}, false)
}catch(err){}
}catch(err){
window.embed_error = err;
}
});