fix to use key

This commit is contained in:
Pfeil, Scott Robert 2018-10-31 15:51:20 -04:00
parent 44d10688ce
commit 6bad0e1b34

View File

@ -23,7 +23,7 @@
}
- (NSDictionary *)buttonMap {
return [self.pageJSON dict:@"ButtonMap"];
return [self.pageJSON dict:KeyButtonMap];
}
- (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject<MVMCoreLoadDelegateProtocol,MVMCorePresentationDelegateProtocol,MVMCoreActionDelegateProtocol>*)delegate {