From 20fc389020584cc4b94908f3fbbdb369f1366072 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Fri, 10 Jun 2011 13:33:14 +0200 Subject: [PATCH] Documentation: add see tag to Path#closePath(). --- src/path/Path.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/path/Path.js b/src/path/Path.js index 469ed58a..cacc55ef 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1907,6 +1907,8 @@ var Path = this.Path = PathItem.extend({ /** * Closes the path. When closed, Paper.js connects the first and last * segments. + * + * @see #closed */ closePath: function() { this.setClosed(true);