diff --git a/source/Ox.Geo/Ox.Geo.js b/source/Ox.Geo/Ox.Geo.js index 1a3e0429..0fe60bcf 100644 --- a/source/Ox.Geo/Ox.Geo.js +++ b/source/Ox.Geo/Ox.Geo.js @@ -278,6 +278,15 @@ Ox.load.Geo = function(options, callback) { return split; }; + /* + Ox.getScript( + 'https://maps.googleapis.com/maps/api/js?callback=Ox.GoogleMapsCallback&sensor=false', + function() { + callback(true); + } + ); + */ + callback(true); });