Skip to content

Commit 916b370

Browse files
committed
Disable classic MSIE engine. References #220
1 parent 5ddc4f1 commit 916b370

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/React.Core/AssemblyRegistration.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ private void RegisterSupportedEngines(TinyIoCContainer container)
8181
Factory = () => new MsieJsEngine(new MsieConfiguration { EngineMode = JsEngineMode.ChakraActiveScript }),
8282
Priority = 40
8383
}, "MsieChakraActiveScript");
84-
container.Register(new JavaScriptEngineFactory.Registration
85-
{
86-
Factory = () => new MsieJsEngine(new MsieConfiguration { EngineMode = JsEngineMode.Classic }),
87-
Priority = 50
88-
}, "MsieClassic");
8984
}
9085
}
9186
}

0 commit comments

Comments
 (0)