refactor(ngScenario): remove redundant msie variable

This commit is contained in:
Shahar Talmi
2014-10-17 23:06:55 +03:00
parent 6e5e76e4b1
commit 6cba9c5e7c

View File

@@ -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.