Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b1446a

Browse files
committedDec 17, 2014
WIP: make jshint happy...
1 parent f6c912c commit 4b1446a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/ng/browserSpecs.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
/* global getHash:true, stripHash:true */
4+
/* jshint evil:true */
45

56
var historyEntriesLength;
67
var sniffer = {};
@@ -52,7 +53,7 @@ function MockWindow(options) {
5253
}
5354
};
5455
dump(msie);
55-
if (!(msie < 9)) {
56+
if (!msie || msie > 8) {
5657
eval([
5758
"this.location = {",
5859
"get href() {",

0 commit comments

Comments
 (0)
This repository has been archived.