Commit e2df4c4d authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix default values of device and orientation.

parent 04d06859
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -58,6 +58,11 @@ Ext.define('Docs.view.examples.Inline', {
    options: {},

    initComponent: function() {
        this.options = Ext.apply({
            device: "phone",
            orientation: "landscape"
        }, this.options);

        this.items = [
            this.editor = Ext.create('Docs.view.examples.InlineEditor', {
                cmpName: 'code',