aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenario')
-rw-r--r--src/scenario/Scenario.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenario/Scenario.js b/src/scenario/Scenario.js
index a70948cc..87dad5b5 100644
--- a/src/scenario/Scenario.js
+++ b/src/scenario/Scenario.js
@@ -249,7 +249,7 @@ function browserTrigger(element, type) {
element = element.parentNode;
type = 'change';
}
- if (msie) {
+ if (msie < 9) {
switch(element.type) {
case 'radio':
case 'checkbox':