mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
No need to set beans = true since we're always producing beans.
This commit is contained in:
parent
1124236b8a
commit
99a8532cca
1 changed files with 0 additions and 1 deletions
|
@ -299,7 +299,6 @@ var Color = this.Color = Base.extend(new function() {
|
||||||
* @ignore
|
* @ignore
|
||||||
*/
|
*/
|
||||||
extend: function(src) {
|
extend: function(src) {
|
||||||
src.beans = true;
|
|
||||||
if (src._colorType) {
|
if (src._colorType) {
|
||||||
var comps = components[src._colorType];
|
var comps = components[src._colorType];
|
||||||
// Automatically produce the _components field, adding alpha
|
// Automatically produce the _components field, adding alpha
|
||||||
|
|
Loading…
Reference in a new issue