Documentation: add see tag to Path#closePath().

This commit is contained in:
Jonathan Puckey 2011-06-10 13:33:14 +02:00
parent 87c1b564d2
commit 20fc389020

View file

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