Fix tab indent

master
Jeff Schiller 2015-12-03 17:27:28 -08:00
parent 03fbe49928
commit 87f92ce236
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ svgEditor.addExtension("overview_window", function() { 'use strict';
// Temporarily disabled in Chrome, see https://github.com/SVG-Edit/svgedit/issues/26 and
// https://code.google.com/p/chromium/issues/detail?id=565120.
if (svgedit.browser.isChrome()) {
return;
return;
}
// Define and insert the base html element.