Commit 6418dac9 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Ensure IE is working when using extjs-4.0.7.

The official extjs-4.0.7 release has a bug in cors support where
it mistakenly checks for Ext.isIe instead of Ext.isIE.
parent d4ef396d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Ext.ns("Docs");

// Ext 4.0.7 has a bug that when creating cors request
// the Ext.isIe property is mistakenly checked instead of Ext.isIE.
Ext.isIe = Ext.isIE;

Ext.Loader.setConfig({
    enabled: true,
    paths: {