Skip to content

Commit

Permalink
ENGCOM-4178: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Feb 11, 2019
1 parent c09acd8 commit cffe346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define([
return false;
}
});
$(this.options.addToCartButtonSelector).attr('disabled',false);
$(this.options.addToCartButtonSelector).attr('disabled', false);
}
});

Expand Down

0 comments on commit cffe346

Please sign in to comment.