Skip to content

Commit

Permalink
googlearchive#4 IE11: this.get('closeSrc') is undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
GrapsasFilippos authored Feb 15, 2018
1 parent b38e0ab commit f51728b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/infobubble.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f51728b

Please sign in to comment.