add comment
This commit is contained in:
parent
60fe713e65
commit
4dd3dde24e
1 changed files with 9 additions and 0 deletions
|
@ -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);
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue