2015-06-21 58 views

回答

1

我通过将空闲监听器(一次)解决了这个问题:

google.maps.event.addListenerOnce(this.gmap, 'idle', _.bind(function() { 
    this.activateTooltip(); 
}, this)); 

它等待,直到DOM加载定制控件包括在内。