mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -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 = {
|
var fields = {
|
||||||
/** @lends Color# */
|
/** @lends Color# */
|
||||||
|
|
||||||
beans: true,
|
|
||||||
_readNull: true,
|
_readNull: true,
|
||||||
|
|
||||||
// DOCS: write Color constructor and class documentation.
|
// DOCS: write Color constructor and class documentation.
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
var Layer = this.Layer = Group.extend({
|
var Layer = this.Layer = Group.extend({
|
||||||
/** @lends Layer# */
|
/** @lends Layer# */
|
||||||
|
|
||||||
beans: true,
|
|
||||||
|
|
||||||
// DOCS: improve constructor code example.
|
// DOCS: improve constructor code example.
|
||||||
/**
|
/**
|
||||||
* Creates a new Layer item and places it at the end of the
|
* Creates a new Layer item and places it at the end of the
|
||||||
|
|
Loading…
Reference in a new issue