93 ( )
if (options['pixelOffset'] == undefined) {
options['pixelOffset'] = this.PIXEL_OFFSET_;
}
182,
InfoBubble.prototype.PIXEL_OFFSET_ = [0.0];
908 :
top -= this.get('pixelOffset')[1];
left -= this.get('pixelOffset')[0];
:
this.bubble_.style['top'] = this.px(top);
this.bubble_.style['left'] = this.px(left);
var popupWindowOptions = {
backgroundColor: '#2B2B2B',
arrowStyle: 0,
pixelOffset: [0,16]
};
this.popupWindow = new InfoBubble(popupWindowOptions);