mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix JSDoc warning on Style class.
This commit is contained in:
parent
3965dd9b77
commit
a48d13878a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ var Style = Base.extend(new function() {
|
|||
// see _dontMerge argument below.
|
||||
beans: true
|
||||
},
|
||||
fields = {
|
||||
fields = /** @lends Style# */{
|
||||
_class: 'Style',
|
||||
|
||||
initialize: function Style(style, owner, project) {
|
||||
|
|
Loading…
Reference in a new issue