Commit 291f490e authored by iSergio's avatar iSergio
Browse files

Fix charts support under FireFox 17

parent bb4012ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ Ext.define('Ext.draw.Surface', {
     * devicePixelRatio is only supported from IE11,
     * so we use deviceXDPI and logicalXDPI that are supported from IE6.
     */
    devicePixelRatio: window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI,
    devicePixelRatio: window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI || 1,

    deprecated: {
        '5.1.0': {