flamejs / flame.js

Flame.js is a widget/UI library for Ember.js
MIT License
372 stars 39 forks source link

Defer manipulation of the DOM to afterRender-stage. This prevents errors... #182

Closed jmiettinen closed 10 years ago

jmiettinen commented 10 years ago

... when LazyList is modified multiple times without rendering it to DOM in-between.