Fixes _setupMap reference of undefined class property
This commit is contained in:
parent
74582c45c9
commit
98753e427e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user