Very minor commenting issues (sp./clarify comment)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2601 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Brett Zamir 2013-10-18 12:31:35 +00:00
parent 009a9e67ce
commit 0c88f41818
2 changed files with 2 additions and 2 deletions

View File

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

View File

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