Loading template/app/view/guides/Container.js +2 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ Ext.define('Docs.view.guides.Container', { * Scrolls guide to the top */ scrollToTop: function() { this.getEl().scrollTo('top'); this.body.scrollTo('top'); }, /** Loading Loading
template/app/view/guides/Container.js +2 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ Ext.define('Docs.view.guides.Container', { * Scrolls guide to the top */ scrollToTop: function() { this.getEl().scrollTo('top'); this.body.scrollTo('top'); }, /** Loading