Authored by Justin R. Miller
@@ -259,6 +259,10 @@ RMTilePoint RMInteractiveSourceNormalizedTilePointForMapView(CGPoint point, RMMa @@ -259,6 +259,10 @@ RMTilePoint RMInteractiveSourceNormalizedTilePointForMapView(CGPoint point, RMMa
259 options:NSJSONReadingMutableContainers 259 options:NSJSONReadingMutableContainers
260 error:nil]; 260 error:nil];
261 261
  262 +#ifdef DEBUG
  263 + [GRMustache preventNSUndefinedKeyExceptionAttack];
  264 +#endif
  265 +
262 switch (outputType) 266 switch (outputType)
263 { 267 {
264 case RMInteractiveSourceOutputTypeTeaser: 268 case RMInteractiveSourceOutputTypeTeaser: