Skip to content

Commit d7a40c3

Browse files
committed
constructor
1 parent e4a28d7 commit d7a40c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

critical-css-widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
// use existing client
611611
if (window.o10n) {
612612
// extend existing public controller
613-
var o10nproto = window.o10n.prototype;
613+
var o10nproto = window.o10n.constructor.prototype;
614614
} else {
615615
window.o10n = new o10n;
616616
var o10nproto = o10n.prototype;

critical-css-widget.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)