Skip to content

Commit e41ef23

Browse files
authored
Update google-client-loader.html
1 parent b01d64c commit e41ef23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-client-loader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
ready: function() {
141141
this._loader = document.createElement('google-js-api');
142142

143-
if (!this.shadowRoot) { this.attachShadow(); }
143+
if (!this.shadowRoot) { this.attachShadow({mode: 'open'}); }
144144
this.shadowRoot.appendChild(this._loader);
145145

146146
this.listen(this._loader, 'js-api-load', '_loadClient');

0 commit comments

Comments
 (0)