Skip to content

Commit

Permalink
[fix] failing spec for trigger propigation
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Oct 30, 2013
1 parent f586a80 commit 7244a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/view.triggers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe("view triggers", function(){
});

it("should stop propigation by default", function(){
expect(viewInstance.clicked).toBe(false);
expect(viewInstance.spanClicked).toBe(false);
});

it("should prevent default by default", function() {
Expand Down

0 comments on commit 7244a74

Please sign in to comment.