Very minor commenting issues (sp./clarify comment)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2601 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
009a9e67ce
commit
0c88f41818
|
@ -3,7 +3,7 @@
|
||||||
Depends on Firefox add-on and executables from https://github.com/brettz9/webappfind
|
Depends on Firefox add-on and executables from https://github.com/brettz9/webappfind
|
||||||
|
|
||||||
Todos:
|
Todos:
|
||||||
1. See WebAppFind Readme for other SVG-related todos
|
1. See WebAppFind Readme for SVG-related todos
|
||||||
*/
|
*/
|
||||||
(function () {'use strict';
|
(function () {'use strict';
|
||||||
|
|
||||||
|
|
|
@ -4341,7 +4341,7 @@ this.getSvgString = function() {
|
||||||
// generating IDs for future documents in SVG-Edit.
|
// generating IDs for future documents in SVG-Edit.
|
||||||
//
|
//
|
||||||
// Parameters:
|
// 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)
|
// svgCanvas.randomizeIds() <==> svgCanvas.randomizeIds(true)
|
||||||
//
|
//
|
||||||
// if you're controlling SVG-Edit externally, and want randomized IDs, call
|
// if you're controlling SVG-Edit externally, and want randomized IDs, call
|
||||||
|
|
Loading…
Reference in New Issue