Loading template/app/view/cls/Toolbar.js +3 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,9 @@ Ext.define('Docs.view.cls.Toolbar', { cfg: "Configs", property: "Properties", method: "Methods", event: "Events" event: "Events", css_var: "CSS Vars", css_mixin: "CSS Mixins" }; for (var type in memberTitles) { var members = this.docClass.members[type]; Loading template/resources/sass/_mixins.scss +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ background: url(../images/icons.png) no-repeat 0 -40px; } .icon-singleton { background: url(../images/icons.png) no-repeat 0 -80px; } .icon-subclass { .icon-subclass, .icon-css_var, .icon-css_mixin { background: url(../images/icons.png) no-repeat 0 -120px; } .icon-component { background: url(../images/icons.png) no-repeat 0 -160px; } Loading Loading
template/app/view/cls/Toolbar.js +3 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,9 @@ Ext.define('Docs.view.cls.Toolbar', { cfg: "Configs", property: "Properties", method: "Methods", event: "Events" event: "Events", css_var: "CSS Vars", css_mixin: "CSS Mixins" }; for (var type in memberTitles) { var members = this.docClass.members[type]; Loading
template/resources/sass/_mixins.scss +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ background: url(../images/icons.png) no-repeat 0 -40px; } .icon-singleton { background: url(../images/icons.png) no-repeat 0 -80px; } .icon-subclass { .icon-subclass, .icon-css_var, .icon-css_mixin { background: url(../images/icons.png) no-repeat 0 -120px; } .icon-component { background: url(../images/icons.png) no-repeat 0 -160px; } Loading