Skip to content

Commit

Permalink
Update googlemaps-cdv-plugin.js
Browse files Browse the repository at this point in the history
I haven't test the issues #50 yet. I revert here at once.
  • Loading branch information
wf9a5m75 committed Jul 4, 2014
1 parent 8d1864e commit 5aba0a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/googlemaps-cdv-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@
};


App.prototype.refreshLayout = function(animated) {
onMapResize(undefined, animated);
App.prototype.refreshLayout = function() {
onMapResize(undefined, false);
};

App.prototype.isAvailable = function(callback) {
Expand Down Expand Up @@ -1530,4 +1530,4 @@
window.addEventListener("orientationchange", onMapResize);
window.addEventListener("resize", onMapResize);

})(window);
})(window);

0 comments on commit 5aba0a8

Please sign in to comment.