chaplinjs / chaplin

HTML5 application architecture using Backbone.js
http://chaplinjs.org
Other
2.85k stars 232 forks source link

Fixed bug in collection_view.coffee #823

Closed alekbarszczewski closed 10 years ago

alekbarszczewski commented 10 years ago

In function endAnimation changed elem.opacity = 1 to elem.style.opacity = 1. Came across this bug when using Exoskeleton without jquery.

alekbarszczewski commented 10 years ago

Hmm, the build failure does not seem to be related to my PR I think...

alekbarszczewski commented 10 years ago

Hmm, can anyone check my pull request? I changed one line as I said and I don't know why travis build is not passing?

alekbarszczewski commented 10 years ago

Hey, is it possible to publish this commit? For now when I install latest chaplin using bower I end up with old version and same bug...