Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

Commit dff1301

Browse files
authored
Updating README.md to reflect code change
1 parent 0a100d3 commit dff1301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Molecules are prefixed with “m-” in CSS, Javascript, and HTML files.
3636
3737
var NotificationMolecule = Molecule.extend( {
3838
classes: {
39-
baseElement: '.m-notification',
4039
isVisible: 'm-notification__visible'
4140
},
4241
4342
ui: {
43+
base: '.m-notification',
4444
explanation: 'm-notification_explanation',
4545
message: 'm-notification_message'
4646
},

0 commit comments

Comments
 (0)