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

Use this instead of Docs.App.getController().

parent 2966d94b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ Ext.define('Docs.controller.Search', {
                        // panel.handleClick();
                    }
                    else {
                        Docs.App.getController('Search').search(el.value);
                        this.search(el.value);
                    }
                }
            }