Start adding documentation to PathItem.

This commit is contained in:
Jürg Lehni 2011-06-14 23:04:32 +01:00
parent 9c017c431d
commit 9deabbee8d

View file

@ -14,5 +14,16 @@
* All rights reserved.
*/
/**
* @name PathItem
* @class
* @extends Item
*/
var PathItem = this.PathItem = Item.extend({
/**
* {@grouptitle Postscript Style Drawing Commands}
*
* @name PathItem#moveTo
* @param {Point} point
*/
});