Commit 8ebc5dd8 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove isIe fix which is not needed for Ext 4.1.

parent c52bbc2d
Loading
Loading
Loading
Loading
+0 −4
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: {