Skip to content

Commit

Permalink
[css] fixed JSON notification key
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Metral committed Mar 11, 2013
1 parent fdaf94b commit 077786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/src/NIChameleonObserver.m
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ - (void)downloadJSONWithFilename:(NSString *)path {
[responseObject writeToFile:diskPath atomically:YES];

NSNotificationCenter* nc = [NSNotificationCenter defaultCenter];
[nc postNotificationName:NIStringsDidChangeNotification object:nil userInfo:@{
[nc postNotificationName:NIJSONDidChangeNotification object:nil userInfo:@{
NIJSONDidChangeFilePathKey: diskPath,
NIJSONDidChangeNameKey: path
}];
Expand Down

0 comments on commit 077786e

Please sign in to comment.