can.Control has this variable and it's very handy when you need to do DOM stuff.
Is there any other way to access the element without having to define scope with a custom function?:
- scope: function(attrs, parentScope, element)
- {
- return new can.Map({element:element});
- }