Allow layers to select children again, since it breaks examples otherwise.

This commit is contained in:
Jürg Lehni 2013-12-10 23:55:41 +01:00
parent cf2c1ca04b
commit e2b48ebf33

View file

@ -24,7 +24,9 @@
*/
var Layer = Group.extend(/** @lends Layer# */{
_class: 'Layer',
_selectChildren: false,
// Turn on again for now, since examples depend on it.
// TODO: Discus with @puckey and come to a conclusion
// _selectChildren: false,
// DOCS: improve constructor code example.
/**