Skip to content

Commit

Permalink
Disable classic MSIE engine. References #220
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Feb 15, 2016
1 parent 5ddc4f1 commit 916b370
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/React.Core/AssemblyRegistration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ private void RegisterSupportedEngines(TinyIoCContainer container)
Factory = () => new MsieJsEngine(new MsieConfiguration { EngineMode = JsEngineMode.ChakraActiveScript }),
Priority = 40
}, "MsieChakraActiveScript");
container.Register(new JavaScriptEngineFactory.Registration
{
Factory = () => new MsieJsEngine(new MsieConfiguration { EngineMode = JsEngineMode.Classic }),
Priority = 50
}, "MsieClassic");
}
}
}

0 comments on commit 916b370

Please sign in to comment.