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

Commit 6cba9c5

Browse files
committed
refactor(ngScenario): remove redundant msie variable
1 parent 6e5e76e commit 6cba9c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ngScenario/browserTrigger.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
'use strict';
22

33
(function() {
4-
/**
5-
* documentMode is an IE-only property
6-
* http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx
7-
*/
8-
var msie = document.documentMode;
9-
104
/**
115
* Triggers a browser event. Attempts to choose the right event if one is
126
* not specified.

0 commit comments

Comments
 (0)