Skip to content

Commit e4a28d7

Browse files
committed
1.0.0
1 parent 4a1b422 commit e4a28d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

critical-css-widget.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,11 +604,12 @@
604604
return (size / Math.pow(1024, i)).toFixed(2) * 1 + ' ' + ['B', 'kB', 'MB'][i];
605605
};
606606

607+
// public controller
607608
function o10n() {};
608609

609610
// use existing client
610611
if (window.o10n) {
611-
// extend existing public controller which could exist when independent modules are loaded with with different client versions
612+
// extend existing public controller
612613
var o10nproto = window.o10n.prototype;
613614
} else {
614615
window.o10n = new o10n;

0 commit comments

Comments
 (0)