We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5e76e commit 6cba9c5Copy full SHA for 6cba9c5
1 file changed
src/ngScenario/browserTrigger.js
@@ -1,12 +1,6 @@
1
'use strict';
2
3
(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
-
10
/**
11
* Triggers a browser event. Attempts to choose the right event if one is
12
* not specified.
0 commit comments