bem / bem-bl

Base BEM library
http://bem.github.com/bem-bl/
198 stars 84 forks source link

Non DOM blocks destruction #566

Open corpix opened 9 years ago

corpix commented 9 years ago

There are hanged event listeners on non DOM blocks after instance.destruct(). This PR should fix this.

tadatuta commented 9 years ago

@dfilatov please take a look

deeonis commented 9 years ago

@dfilatov ping

andre487 commented 9 years ago

But why not this.domElem.remove()?

corpix commented 9 years ago

@Andre-487 this is i-bem part for blocks without DOM.

andre487 commented 9 years ago

Ok, I get it