mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Add DOCS comments.
This commit is contained in:
parent
f8d960d834
commit
6fba727600
1 changed files with 2 additions and 0 deletions
|
@ -412,10 +412,12 @@ var Item = Base.extend(Callback, /** @lends Item# */{
|
|||
this.getStyle().set(style);
|
||||
},
|
||||
|
||||
// DOCS: Item#hasFill()
|
||||
hasFill: function() {
|
||||
return this.getStyle().hasFill();
|
||||
},
|
||||
|
||||
// DOCS: Item#hasStroke()
|
||||
hasStroke: function() {
|
||||
return this.getStyle().hasStroke();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue