Minor changes on documentation.

This commit is contained in:
Jürg Lehni 2013-03-01 20:24:26 -08:00
parent 2230c2888d
commit 5140e8f003
3 changed files with 11 additions and 2 deletions

View file

@ -1700,7 +1700,7 @@ var Item = this.Item = Base.extend(Callback, {
* @name Item#strokeJoin
* @property
* @default 'miter'
* @type String ('miter', 'round', 'bevel')
* @type String('miter', 'round', 'bevel')
*
*
* @example {@paperscript height=120}

View file

@ -168,6 +168,15 @@ var Project = this.Project = PaperScopeItem.extend(/** @lends Project# */{
return items;
},
// DOCS: Project#options
/**
* <b>options.handleSize:</b>
* <b>options.hitTolerance:</b>
*
* @name Project#options
* @type Object
*/
// TODO: Implement setSelectedItems?
_updateSelection: function(item) {

View file

@ -147,7 +147,7 @@ var PathStyle = this.PathStyle = Style.extend(/** @lends PathStyle# */{
* @name PathStyle#strokeJoin
* @property
* @default 'miter'
* @type String ('miter', 'round', 'bevel')
* @type String('miter', 'round', 'bevel')
*
* @example {@paperscript height=120}
* // A look at the different stroke joins: