sebpiq / backbone.statemachine

Simple finite-state machine for Backbone. View states made easy. Synchronizing your application's parts with events made easy.
MIT License
177 stars 16 forks source link

Error when using StatefulView on a window element. #22

Closed donaldr closed 11 years ago

donaldr commented 11 years ago

Let's make sure that the element we're attempting to change the class name of actually has the className attribute.  The window element, for example, does not. 

sebpiq commented 11 years ago

Makes sense ... thanks!