Skip to content

Commit 2838c60

Browse files
author
gmac
committed
Removing error in response to unknown bindings.
1 parent 8d173c0 commit 2838c60

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

backbone.epoxy.js

-2
Original file line numberDiff line numberDiff line change
@@ -1209,8 +1209,6 @@
12091209
if ( handlers.hasOwnProperty(handlerName) ) {
12101210
// Create and add binding to the view's list of handlers:
12111211
view.b().push( new EpoxyBinding($element, handlers[handlerName], accessor, events, context, bindings) );
1212-
} else {
1213-
throw( 'Handler does not exist: '+handlerName );
12141212
}
12151213
});
12161214
}

0 commit comments

Comments
 (0)