HotDrink / hotdrink

JavaScript MVVM library with support for multi-way dependencies and generic, rich UI behaviors.
http://hotdrink.github.io/hotdrink/
58 stars 9 forks source link

error using attr binding #23

Closed philipvr closed 12 years ago

philipvr commented 12 years ago

In the develop branch, attr.js contains BEGIN_DEBUG; and END_DEBUG; which causes an Uncaught ReferenceError: BEGIN_DEBUG is not defined when the attr binding is used.

When BEGIN_DEBUG; and END_DEBUG; are removed, then there is no error and the attr binding works as it should.

thejohnfreeman commented 12 years ago

Please add a test.