Fixed asciiArtString. (#2523)

This commit is contained in:
george-gw
2016-11-02 01:33:27 +01:00
committed by Adlai Holler
parent a6e2f8e5ab
commit ff9e493a59
4 changed files with 3 additions and 27 deletions

View File

@@ -50,12 +50,12 @@ NS_ASSUME_NONNULL_BEGIN
previousLayout:(std::shared_ptr<ASDisplayNodeLayout>)previousLayout NS_DESIGNATED_INITIALIZER;
/**
* Insert and remove subnodes that where added or removed between the previousLayout and the pendingLayout
* Insert and remove subnodes that were added or removed between the previousLayout and the pendingLayout
*/
- (void)commitTransition;
/**
* Insert all new subnodes that where added between the previous layout and the pending layout
* Insert all new subnodes that were added between the previous layout and the pending layout
*/
- (void)applySubnodeInsertions;