mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 22:44:01 +08:00
refactor(ngScenario): remove redundant msie variable
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
(function() {
|
||||
/**
|
||||
* documentMode is an IE-only property
|
||||
* http://msdn.microsoft.com/en-us/library/ie/cc196988(v=vs.85).aspx
|
||||
*/
|
||||
var msie = document.documentMode;
|
||||
|
||||
/**
|
||||
* Triggers a browser event. Attempts to choose the right event if one is
|
||||
* not specified.
|
||||
|
||||
Reference in New Issue
Block a user