Rmv empty comment

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

View File

@ -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;