From 98753e427eab186671d3424151f738116aa6d29f Mon Sep 17 00:00:00 2001 From: Teofilo Sibileau Date: Fri, 30 Dec 2016 12:40:02 -0300 Subject: [PATCH] Fixes _setupMap reference of undefined class property --- src/view.map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view.map.js b/src/view.map.js index be837c2b..edac3d95 100644 --- a/src/view.map.js +++ b/src/view.map.js @@ -53,6 +53,7 @@ my.Map = Backbone.View.extend({ initialize: function(options) { var self = this; + this.options = options; this.visible = this.$el.is(':visible'); this.mapReady = false; // this will be the Leaflet L.Map object (setup below)