Loading template/app/History.js +1 −1 Original line number Diff line number Diff line Loading @@ -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]} : {}; }, Loading template/app/controller/Tabs.js +0 −4 Original line number Diff line number Diff line Loading @@ -29,10 +29,6 @@ Ext.define('Docs.controller.Tabs', { ref: 'exampleIndex', selector: '#exampleindex' }, { ref: 'statsIndex', selector: '#statsindex' }, { ref: 'testsIndex', selector: '#testsindex' Loading template/app/view/Viewport.js +0 −5 Original line number Diff line number Diff line Loading @@ -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' ], Loading Loading @@ -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' Loading Loading
template/app/History.js +1 −1 Original line number Diff line number Diff line Loading @@ -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]} : {}; }, Loading
template/app/controller/Tabs.js +0 −4 Original line number Diff line number Diff line Loading @@ -29,10 +29,6 @@ Ext.define('Docs.controller.Tabs', { ref: 'exampleIndex', selector: '#exampleindex' }, { ref: 'statsIndex', selector: '#statsindex' }, { ref: 'testsIndex', selector: '#testsindex' Loading
template/app/view/Viewport.js +0 −5 Original line number Diff line number Diff line Loading @@ -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' ], Loading Loading @@ -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' Loading