We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf53e6 commit a26e7f4Copy full SHA for a26e7f4
browser/components/shopping/ShoppingUtils.sys.mjs
@@ -55,9 +55,10 @@ export const ShoppingUtils = {
55
if (this.initialized) {
56
return;
57
}
58
+ this.onNimbusUpdate = this.onNimbusUpdate.bind(this);
59
60
if (!this.registered) {
- lazy.NimbusFeatures.shopping2023.onUpdate(ShoppingUtils.onNimbusUpdate);
61
+ lazy.NimbusFeatures.shopping2023.onUpdate(this.onNimbusUpdate);
62
this._updateNimbusVariables();
63
this.registered = true;
64
0 commit comments