Commit 6bc0f146 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove unused ref from Examples controller.

parent 7580b996
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -4,13 +4,6 @@
Ext.define('Docs.controller.Examples', {
    extend: 'Ext.app.Controller',

    refs: [
        {
            ref: 'tab',
            selector: 'inlineexample toolbar button'
        }
    ],

    init: function() {
        this.control({
            'inlineexample': {