From f51728b6c6a7a6e96374cc4a9ac1d257420ede92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A6=CE=AF=CE=BB=CE=B9=CF=80=CF=80=CE=BF=CF=82=20=CE=91?= =?UTF-8?q?=2E=20=CE=93=CF=81=CE=AC=CF=88=CE=B1=CF=82?= Date: Thu, 15 Feb 2018 12:01:47 +0200 Subject: [PATCH] #4 IE11: this.get('closeSrc') is undefined https://github.com/googlemaps/js-info-bubble/issues/4 --- src/infobubble.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/infobubble.js b/src/infobubble.js index 4f2d385..05d250e 100755 --- a/src/infobubble.js +++ b/src/infobubble.js @@ -93,6 +93,7 @@ function InfoBubble(opt_options) { if (options['closeSrc'] == undefined) { options['closeSrc'] = this.CLOSE_SRC_; } + this.set('closeSrc', options['closeSrc']); this.buildDom_(); this.setValues(options);