Skip to content

Commit

Permalink
Merge pull request #123 from dionisiydk/dev
Browse files Browse the repository at this point in the history
fix comment check for metaclasses
  • Loading branch information
dionisiydk authored Dec 13, 2017
2 parents c076c02 + eed38c4 commit 705906e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ decorateBrowserItem: anItem ofClass: aClass

aClass localSelectors ifNotEmpty: [ anItem markWithChildrenOf: ClyMethod].

aClass organization hasComment ifFalse: [ anItem markWith: ClyNotCommentedClassTag]
aClass hasComment ifFalse: [ anItem markWith: ClyNotCommentedClassTag]

0 comments on commit 705906e

Please sign in to comment.