Commit 867ae12a authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove some final pieces of Stats module.

parent ddb23c7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ Ext.define("Docs.History", {

    // Parses current browser location
    parseToken: function(token) {
        var matches = token && token.match(/!?(\/(api|guide|example|video|stats|comment|tests)(\/(.*))?)/);
        var matches = token && token.match(/!?(\/(api|guide|example|video|comment|tests)(\/(.*))?)/);
        return matches ? {type: matches[2], url: "#!"+matches[1]} : {};
    },

+0 −4
Original line number Diff line number Diff line
@@ -29,10 +29,6 @@ Ext.define('Docs.controller.Tabs', {
            ref: 'exampleIndex',
            selector: '#exampleindex'
        },
        {
            ref: 'statsIndex',
            selector: '#statsindex'
        },
        {
            ref: 'testsIndex',
            selector: '#testsindex'
+0 −5
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ Ext.define('Docs.view.Viewport', {
        'Docs.view.examples.Index',
        'Docs.view.examples.Container',
        'Docs.view.examples.TouchContainer',
        'Docs.view.stats.Index',
        'Docs.view.tests.Index'
    ],

@@ -145,10 +144,6 @@ Ext.define('Docs.view.Viewport', {
                                    xtype: Docs.data.touchExamplesUi ? 'touchexamplecontainer' : 'examplecontainer',
                                    id: 'example'
                                },
                                {
                                    xtype: 'statsindex',
                                    id: 'statsindex'
                                },
                                {
                                    xtype: 'testsindex',
                                    id: 'testsindex'