Add DOCS comments.

This commit is contained in:
Jürg Lehni 2013-10-29 21:00:24 +01:00
parent f8d960d834
commit 6fba727600

View file

@ -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();
}