Rmv empty comment
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2725 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
3560444cc7
commit
8bf64a2af7
|
@ -101,7 +101,6 @@ function EmbeddedSVGEdit (frame, allowedOrigins) {
|
|||
if (!(this instanceof EmbeddedSVGEdit)) { // Allow invocation without 'new' keyword
|
||||
return new EmbeddedSVGEdit(frame);
|
||||
}
|
||||
//
|
||||
this.allowedOrigins = allowedOrigins || [];
|
||||
// Initialize communication
|
||||
this.frame = frame;
|
||||
|
|
Loading…
Reference in New Issue