Fixes _setupMap reference of undefined class property

This commit is contained in:
Teofilo Sibileau 2016-12-30 12:40:02 -03:00
parent 74582c45c9
commit 98753e427e

View File

@ -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)