There was an error while loading. Please reload this page.
1 parent 7d2f10f commit bf627d9Copy full SHA for bf627d9
2 files changed
src/color/Color.js
@@ -138,7 +138,6 @@ var Color = this.Color = Base.extend(new function() {
138
var fields = {
139
/** @lends Color# */
140
141
- beans: true,
142
_readNull: true,
143
144
// DOCS: write Color constructor and class documentation.
src/item/Layer.js
@@ -17,8 +17,6 @@
17
var Layer = this.Layer = Group.extend({
18
/** @lends Layer# */
19
20
21
-
22
// DOCS: improve constructor code example.
23
/**
24
* Creates a new Layer item and places it at the end of the
0 commit comments