Hi,
I need something like this:
- WidgetA = can.Control({
- ...
- });
And now I want to create module Controller which extends from 3 of them.
- ModukeController= can.Control({
Does can.extend() handle this? I try it, but doesn't work.