No, I just completely got rid of naked can.Controls =)
before that I did a workaround:
- inserted: function(){
- if (this._inserted) return
- this._inserted = true
- ....
- }