From 78ab493709344c361b759cdde56245a18ffb9888 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sun, 29 May 2011 16:05:47 +0200 Subject: [PATCH] Documentation: add todo to Path#add --- src/path/Path.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path/Path.js b/src/path/Path.js index c9e28319..4fea65c8 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -276,6 +276,7 @@ var Path = this.Path = PathItem.extend({ }, // PORT: Add support for adding multiple segments at once to Sg + // DOCS: find a way to document the variable segment parameters of Path#add /** * Adds one or more segments to the end of the segment list of this path. *