mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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
|
||||
*
|
||||
* @class The Line object represents..
|
||||
* @private
|
||||
*/
|
||||
var Line = Base.extend(/** @lends Line# */{
|
||||
_class: 'Line',
|
||||
|
|
Loading…
Reference in a new issue