PathStyle documentation: rename Document to Project.

This commit is contained in:
Jonathan Puckey 2011-05-23 03:43:49 +02:00
parent 548a2983fb
commit c3246a969c

View file

@ -41,7 +41,7 @@ var PathStyle = this.PathStyle = Base.extend(new function() {
*
* @class PathStyle is used for changing the visual styles of items
* contained within a Paper.js project and is returned by
* {@link Item#style} and {@link Document#currentStyle}.
* {@link Item#style} and {@link Project#currentStyle}.
*
* All properties of PathStyle are also reflected directly in {@link Item},
* i.e.: {@link Item#fillColor}.