From cd2fce9bc72b8ab64a4e69c56c1bd496b7ced273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 27 Jun 2011 12:31:39 +0200 Subject: [PATCH] Clean up documentation. --- src/path/Path.Constructors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path/Path.Constructors.js b/src/path/Path.Constructors.js index c849c667..a3b4e26d 100644 --- a/src/path/Path.Constructors.js +++ b/src/path/Path.Constructors.js @@ -27,6 +27,7 @@ Path.inject({ statics: new function() { return /** @lends Path */{ /** * {@grouptitle Shaped Paths} + * * Creates a Path Item with two anchor points forming a line. * * @param {Point} pt1 the first anchor point of the path