Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #65 from atom/wl-icon
Browse files Browse the repository at this point in the history
Add some flair!
  • Loading branch information
Wliu authored Nov 5, 2017
2 parents 15e7ef2 + 1bb35b1 commit bdfa3e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/styleguide-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ export default class StyleguideView {
return 'Styleguide'
}

getIconName () {
return 'paintcan'
}

expandAll () {
for (const section of this.sections) {
section.expand()
Expand Down Expand Up @@ -1260,8 +1264,4 @@ export default class StyleguideView {
didInitializeSection (section) {
this.sections.push(section)
}

isEqual (other) {
return other instanceof StyleguideView
}
}

0 comments on commit bdfa3e7

Please sign in to comment.