allow easier interactivity debugging (see
https://github.com/groue/GRMustache/blob/master/Guides/runtime/context_stack.md)
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -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: |
-
Please register or login to post a comment