mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Remove all beans: true settings.
This commit is contained in:
parent
7d2f10f22b
commit
bf627d9d9c
2 changed files with 0 additions and 3 deletions
|
@ -138,7 +138,6 @@ var Color = this.Color = Base.extend(new function() {
|
|||
var fields = {
|
||||
/** @lends Color# */
|
||||
|
||||
beans: true,
|
||||
_readNull: true,
|
||||
|
||||
// DOCS: write Color constructor and class documentation.
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
var Layer = this.Layer = Group.extend({
|
||||
/** @lends Layer# */
|
||||
|
||||
beans: true,
|
||||
|
||||
// DOCS: improve constructor code example.
|
||||
/**
|
||||
* Creates a new Layer item and places it at the end of the
|
||||
|
|
Loading…
Reference in a new issue