Very minor commenting issues (sp./clarify comment)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2601 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
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

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