mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove Line from documentation
Line class was not displayed in online documentation but it was parsed and a file was created for it because it lacked a @private JSDoc tag.
This commit is contained in:
parent
dd2c15ac83
commit
b363a5cc95
1 changed files with 1 additions and 1 deletions
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Line
|
* @name Line
|
||||||
*
|
|
||||||
* @class The Line object represents..
|
* @class The Line object represents..
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
var Line = Base.extend(/** @lends Line# */{
|
var Line = Base.extend(/** @lends Line# */{
|
||||||
_class: 'Line',
|
_class: 'Line',
|
||||||
|
|
Loading…
Reference in a new issue