From 5aba0a8c4c426d818b2b869c75b92672775f00f4 Mon Sep 17 00:00:00 2001 From: Masashi Katsumata Date: Thu, 3 Jul 2014 22:19:09 -0700 Subject: [PATCH] Update googlemaps-cdv-plugin.js I haven't test the issues #50 yet. I revert here at once. --- www/googlemaps-cdv-plugin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/googlemaps-cdv-plugin.js b/www/googlemaps-cdv-plugin.js index 6289d2377..98f480789 100644 --- a/www/googlemaps-cdv-plugin.js +++ b/www/googlemaps-cdv-plugin.js @@ -423,8 +423,8 @@ }; - App.prototype.refreshLayout = function(animated) { - onMapResize(undefined, animated); + App.prototype.refreshLayout = function() { + onMapResize(undefined, false); }; App.prototype.isAvailable = function(callback) { @@ -1530,4 +1530,4 @@ window.addEventListener("orientationchange", onMapResize); window.addEventListener("resize", onMapResize); -})(window); \ No newline at end of file +})(window);