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);