From 8bf64a2af72a0490bb3f1ab82723106c6c03a7e7 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sun, 2 Mar 2014 23:09:27 +0000 Subject: [PATCH] Rmv empty comment git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2725 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/embedapi.js | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/embedapi.js b/editor/embedapi.js index df10a2ed..a771737b 100644 --- a/editor/embedapi.js +++ b/editor/embedapi.js @@ -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;