From 6bad0e1b344e9868e42560976688a10163ede817 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 31 Oct 2018 15:51:20 -0400 Subject: [PATCH] fix to use key --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m index 30a2b19..5c56b3a 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m @@ -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*)delegate {