Skip to content

Commit

Permalink
reverted minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Dec 12, 2024
1 parent baefaee commit df0da94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/varien/product_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/

var Product = Product ?? {};
var Product = Product || {};

class OptionsPrice {
constructor(config) {
Expand Down

0 comments on commit df0da94

Please sign in to comment.