Commit 07e85085 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Rename inlineCodeExample to standAloneCodeExample.

This component had nothing to do with being inline.
parent febef122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ Ext.define('Docs.controller.Examples', {
            },
            'gridpanel[cmpName=examplelist]': {
                itemclick: function(view, record, item, index, event) {
                    this.showExample(Ext.getCmp('inlineCodeExample'), record.data.location);
                    this.showExample(Ext.getCmp('standAloneCodeExample'), record.data.location);
                }
            }
        });
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ Ext.define('Docs.view.cls.Examples', {
        {
            region: 'center',
            padding: '10',
            id: 'inlineCodeExample',
            id: 'standAloneCodeExample',
            xtype: 'inlineexample'
        }
    ]