Skip to content

Commit 20ec4f0

Browse files
caitpbullgare
authored andcommitted
chore(ngScenario): make jshint happy
Someone accidentally removed an important keyword which prevented a variable from being added to the global object Closes angular#9484
1 parent e2b533a commit 20ec4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngScenario/browserTrigger.js

Lines changed: 1 addition & 1 deletion
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)