From 99a8532cca4ba5fe9c7e10143aaf807b41e93f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 11 Nov 2011 14:03:36 +0100 Subject: [PATCH] No need to set beans = true since we're always producing beans. --- src/color/Color.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/color/Color.js b/src/color/Color.js index de677b10..416bb3b9 100644 --- a/src/color/Color.js +++ b/src/color/Color.js @@ -299,7 +299,6 @@ var Color = this.Color = Base.extend(new function() { * @ignore */ extend: function(src) { - src.beans = true; if (src._colorType) { var comps = components[src._colorType]; // Automatically produce the _components field, adding alpha