Loading template/app/view/comments/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * Container for recent comments listing. */ Ext.define('Docs.view.comments.Index', { extend: 'Ext.container.Container', extend: 'Ext.panel.Panel', alias: 'widget.commentindex', cls: 'comment-index iScroll', Loading template/app/view/guides/Container.js +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * Renders the guide and print button. */ Ext.define('Docs.view.guides.Container', { extend: 'Ext.container.Container', extend: 'Ext.panel.Panel', alias: 'widget.guidecontainer', componentCls: 'guide-container', Loading template/app/view/videos/Container.js +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * Renders the video itself and its title + description. */ Ext.define('Docs.view.videos.Container', { extend: 'Ext.container.Container', extend: 'Ext.panel.Panel', alias: 'widget.videocontainer', componentCls: 'video-container', Loading Loading
template/app/view/comments/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * Container for recent comments listing. */ Ext.define('Docs.view.comments.Index', { extend: 'Ext.container.Container', extend: 'Ext.panel.Panel', alias: 'widget.commentindex', cls: 'comment-index iScroll', Loading
template/app/view/guides/Container.js +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * Renders the guide and print button. */ Ext.define('Docs.view.guides.Container', { extend: 'Ext.container.Container', extend: 'Ext.panel.Panel', alias: 'widget.guidecontainer', componentCls: 'guide-container', Loading
template/app/view/videos/Container.js +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * Renders the video itself and its title + description. */ Ext.define('Docs.view.videos.Container', { extend: 'Ext.container.Container', extend: 'Ext.panel.Panel', alias: 'widget.videocontainer', componentCls: 'video-container', Loading