test($browser): fix typo in property name (histroy --> history)

(The semantics of the test aren't affected, because we just needed a falsy value.)
This commit is contained in:
Georgios Kalpakas
2016-03-31 13:25:46 +03:00
parent 1964620e95
commit fa79eaa816
+1 -1
View File
@@ -551,7 +551,7 @@ describe('browser', function() {
// `history.state` in contexts where `$sniffer.history` is false.
var historyStateAccessed = false;
var mockSniffer = {histroy: false};
var mockSniffer = {history: false};
var mockWindow = new MockWindow();
var _state = mockWindow.history.state;