1
0
Fork 0
forked from 0x2620/oxjs

minor changes in OxJS

This commit is contained in:
rolux 2012-01-06 17:27:54 +05:30
commit f76ee0cf36
6 changed files with 16 additions and 6 deletions

View file

@ -449,8 +449,10 @@ Ox.Map = function(options, self) {
delete window.googleCallback;
initMap();
};
$.getScript(document.location.protocol
+ '//maps.google.com/maps/api/js?callback=googleCallback&sensor=false');
$.getScript(
document.location.protocol
+ '//maps.google.com/maps/api/js?callback=googleCallback&sensor=false'
);
} else {
(function interval() {
window.google ? initMap() : setTimeout(interval, 100);