Removed dash line from molecule map.

This commit is contained in:
Christiano, Kevin 2019-03-29 08:51:37 -04:00
parent ef1e43f6c2
commit f12f9b17f7

View File

@ -29,9 +29,10 @@
@"moleculeStack": MoleculeStackView.class, @"moleculeStack": MoleculeStackView.class,
@"twoButtonView": TwoButtonView.class, @"twoButtonView": TwoButtonView.class,
@"standardFooter": StandardFooterView.class, @"standardFooter": StandardFooterView.class,
@"dashLine": DashLine.class, // @"dashLine": DashLine.class,
@"caretView": CaretView.class, @"caretView": CaretView.class,
@"caretButton": CaretButton.class @"caretButton": CaretButton.class,
// @"labelWithInternalButton": LabelWithInternalButton.class
} mutableCopy]; } mutableCopy];
}); });
return mapping; return mapping;