Commit 8045a2c9 authored by Richard's avatar Richard

altered some things

parent 92977e77
...@@ -52,8 +52,8 @@ Ext.define('app.controller.Main', { ...@@ -52,8 +52,8 @@ Ext.define('app.controller.Main', {
}, },
callRemoveImages: function() { callRemoveImages: function() {
//console.log('hide removeimages'); console.log('hide removeimages');
//this.getOverlay().hide(); this.getOverlay().hide();
}, },
prevImage: function(){ prevImage: function(){
...@@ -65,10 +65,10 @@ Ext.define('app.controller.Main', { ...@@ -65,10 +65,10 @@ Ext.define('app.controller.Main', {
}, },
closeoverlay: function() { closeoverlay: function() {
// console.log('call removeimages'); console.log('call removeimages');
// console.log(this.getOverlay()); console.log(this.getOverlay());
// this.getMapView().removeImages(); this.getMapView().removeImages();
// this.getOverlay().hide(); this.getOverlay().hide();
}, },
setMap: function(extmap, map){ setMap: function(extmap, map){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment