classNameBindings on View do not update

Hello!

I have a simple Ember.View descendant with a class name binding. Initially the binding reflects the bound value’s current value. However, whenever that value changes the binding does not update accordingly.

Am I missing something?

Christian

Addition: obviously I should have mentioned that I’m dealing with the class name binding of a <g> element within an SVG graphics.

Cannot reproduce: http://jsbin.com/lifehosaca/1/edit?html,css,js,output