Browse Source

Fix activate bug

Robert Payne 9 years ago
parent
commit
b74aea8e91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Masonry/MASViewConstraint.m

+ 1 - 1
Masonry/MASViewConstraint.m

@@ -288,7 +288,7 @@ static char kInstalledConstraintsKey;
 #pragma mark - MASConstraint
 
 - (void)activate {
-    [self installedView];
+    [self install];
 }
 
 - (void)deactivate {