Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : can.Component inserted event fires twice on the same element

$
0
0
No, I just completely got rid of naked can.Controls =)

before that I did a workaround:

  1. inserted: function(){
  2.       if (this._inserted) return
  3.       this._inserted = true
  4.       ....      
  5. }

Viewing all articles
Browse latest Browse all 3491

Trending Articles