Remove more views and deprecations.

This commit is contained in:
Robin Ward
2016-04-28 16:13:34 -04:00
parent 04ec679d82
commit 187d7d6f96
19 changed files with 216 additions and 285 deletions

View File

@ -167,7 +167,7 @@ testOpenInANewTab("it opens in a new tab when pressing ctrl", function(clickEven
});
testOpenInANewTab("it opens in a new tab on middle click", function(clickEvent) {
clickEvent.which = 2;
clickEvent.button = 2;
});
test("tracks via AJAX if we're on the same site", function() {