Closed Indigo744 closed 7 years ago
Note: the jshint check error will be handled in another PR
Thanks :)
Hello, In an older issue https://github.com/neveldo/jQuery-Mapael/issues/76 you were suggesting to unbind the function resizeEnd. As it has been removed in this pull request, how can we avoid the map to be resized ? The solution in the above linked issue doesn't seems to be valid anymore
Thanks,
I found an up to date way to do it with $(window).unbind("resize.mapael");
Hello @Asubayo , thanks for the feedback, I'm glad you found a solution !
3 modifications:
resizeEnd
event was not needed)resizeTO
andpanningTO
to inner function to avoid clutering thethis
namespace.