Minor Fix
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.
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.