mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Hide Style from documentation.
This commit is contained in:
parent
ac310ecc04
commit
ba7291700b
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
/**
|
||||
* Internal base-class for all style objects, e.g. PathStyle, CharacterStyle,
|
||||
* PargraphStyle.
|
||||
*
|
||||
* @ignore
|
||||
*/
|
||||
var Style = Item.extend({
|
||||
initialize: function(style) {
|
||||
|
|
Loading…
Reference in a new issue