Skip to content

Commit bf627d9

Browse files
committed
Remove all beans: true settings.
1 parent 7d2f10f commit bf627d9

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/color/Color.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ var Color = this.Color = Base.extend(new function() {
138138
var fields = {
139139
/** @lends Color# */
140140

141-
beans: true,
142141
_readNull: true,
143142

144143
// DOCS: write Color constructor and class documentation.

src/item/Layer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
var Layer = this.Layer = Group.extend({
1818
/** @lends Layer# */
1919

20-
beans: true,
21-
2220
// DOCS: improve constructor code example.
2321
/**
2422
* Creates a new Layer item and places it at the end of the

0 commit comments

Comments
 (0)