- Complete conversion to 2-spaces, fixing issue #37 (also removed some extra/misplaced tabs/spaces in process)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* eslint-disable no-var */
|
||||
function startSvgEdit () { // eslint-disable-line no-unused-vars
|
||||
var url = 'chrome://svg-edit/content/editor/svg-editor.html';
|
||||
window.openDialog(url, 'SVG Editor', 'width=1024,height=700,menubar=no,toolbar=no');
|
||||
var url = 'chrome://svg-edit/content/editor/svg-editor.html';
|
||||
window.openDialog(url, 'SVG Editor', 'width=1024,height=700,menubar=no,toolbar=no');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user