Skip to content

Commit

Permalink
add missing semi
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Mar 12, 2014
1 parent d99e43b commit 3850d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

view.$('h1').trigger('click');
view.$el.trigger('click');
})
});

test("undelegate with passed handler", 1, function() {
view = new Backbone.View({el: '#testElement'});
Expand Down

0 comments on commit 3850d37

Please sign in to comment.