From 44d10688ce147cd9526ff8a17dcce50343d5dc13 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 31 Oct 2018 15:49:58 -0400 Subject: [PATCH] clean load object change --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m index f48bdf5..30a2b19 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadObject.m @@ -22,8 +22,8 @@ return self; } -- (NSDictionary *) buttonMap { - return [self.pageJSON dictionaryForKey:@"ButtonMap"]; +- (NSDictionary *)buttonMap { + return [self.pageJSON dict:@"ButtonMap"]; } - (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject*)delegate {