bruth / synapse

Hooks to support data binding between virtually any object.
http://bruth.github.com/synapse/docs/
BSD 2-Clause "Simplified" License
150 stars 6 forks source link

BackBone Model notify triggering errors #28

Closed coffeebite closed 12 years ago

coffeebite commented 12 years ago

I have a backbone model model and jquery object jqobject

Doing this:

Synapse(model).notify(Synapse(jqobject))

triggers this:

  An interface for Backbone Model objects could not be detected 

This works, however:

Synapse(model).observe(Synapse(jqobject))
bruth commented 12 years ago

What does the DOM element, the jQuery object represents, look like?

bruth commented 12 years ago

Is this still an issue?

coffeebite commented 12 years ago

Sorry for not replying earlier. It was a user error.