Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 74a214c

Browse files
committed
chore(ngScenario): make jshint happy
Someone accidentally removed an important keyword which prevented a variable from being added to the global object Closes #9484
1 parent c93924e commit 74a214c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngScenario/browserTrigger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* documentMode is an IE-only property
66
* http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx
77
*/
8-
msie = document.documentMode;
8+
var msie = document.documentMode;
99

1010
/**
1111
* Triggers a browser event. Attempts to choose the right event if one is

0 commit comments

Comments
 (0)