Skip to content

Commit

Permalink
Update WATagBrush.extension.st
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed May 28, 2018
1 parent be2339e commit 4fcaa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/RenoirSt-Seaside/WATagBrush.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ WATagBrush >> setStyleTo: aDeclarationAction [
| declarationBlock |

declarationBlock := CssDeclarationBlock new.
aDeclarationAction cull: declarationBlock cull: RenoirSt constants.
aDeclarationAction cull: declarationBlock.
self style: declarationBlock
]

0 comments on commit 4fcaa1f

Please sign in to comment.