Commit 0c307501 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix JS error on welcome page.

parent c138b53e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
Ext.define('Docs.view.welcome.Index', {
    extend: 'Ext.container.Container',
    alias: 'widget.welcomeindex',
    mixins: ['Docs.view.Scrolling'],
    requires: [
        'Docs.ContentGrabber'
    ],