remove unneeded comment
This commit is contained in:
parent
cce4124bad
commit
bf1ca8b285
@ -53,7 +53,6 @@ open class MoleculeStackView: Stack<StackModel> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
|
||||||
open override func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
|
open override func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
|
||||||
previousModel = self.model
|
previousModel = self.model
|
||||||
super.set(with: model, delegateObject, additionalData)
|
super.set(with: model, delegateObject, additionalData)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user