Skip to content

Commit

Permalink
[Issue jigish#91] make before and after for layouts more unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigish Patel committed Jan 25, 2013
1 parent 88176aa commit 6e6ef9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Slate/Constants.m
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,5 @@
NSString *const OPT_MAIN_LAST = @"main-last";
NSString *const OPT_TITLE_ORDER = @"title-order";
NSString *const OPT_TITLE_ORDER_REGEX = @"title-order-regex";
NSString *const OPT_BEFORE = @"before";
NSString *const OPT_AFTER = @"after";
NSString *const OPT_BEFORE = @"_before_";
NSString *const OPT_AFTER = @"_after_";

0 comments on commit 6e6ef9d

Please sign in to comment.