add comment

This commit is contained in:
rolux 2013-12-06 21:13:35 +01:00
parent 60fe713e65
commit 4dd3dde24e

View file

@ -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);
});