Skip to content

Minor Fix

Compare
Choose a tag to compare
@samccone samccone released this 24 Mar 15:45
· 1540 commits to master since this release

There was a bug in string based behavior events when using a string instead of a method.

The problem was caused by backbone's delegateEvents. It expects if
the method is not a function that the named function is a property of
the view.