From 0c88f41818ecba625f24618d7878a8a6c59c5818 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Fri, 18 Oct 2013 12:31:35 +0000 Subject: [PATCH] Very minor commenting issues (sp./clarify comment) git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2601 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/extensions/ext-webappfind.js | 2 +- editor/svgcanvas.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/extensions/ext-webappfind.js b/editor/extensions/ext-webappfind.js index 3b3405e5..87d147ef 100644 --- a/editor/extensions/ext-webappfind.js +++ b/editor/extensions/ext-webappfind.js @@ -3,7 +3,7 @@ Depends on Firefox add-on and executables from https://github.com/brettz9/webappfind Todos: -1. See WebAppFind Readme for other SVG-related todos +1. See WebAppFind Readme for SVG-related todos */ (function () {'use strict'; diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index be64df11..985f9cb8 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -4341,7 +4341,7 @@ this.getSvgString = function() { // generating IDs for future documents in SVG-Edit. // // Parameters: -// an opional boolean, which, if true, adds a nonce to the prefix. Thus +// an optional boolean, which, if true, adds a nonce to the prefix. Thus // svgCanvas.randomizeIds() <==> svgCanvas.randomizeIds(true) // // if you're controlling SVG-Edit externally, and want randomized IDs, call