Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
setting buttons inside of the scope
Browse files Browse the repository at this point in the history
  • Loading branch information
argami committed Mar 12, 2012
1 parent fb79382 commit 86af25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/store/variant_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function VariantOptions(options, allow_backorders) {
var allow_backorders = allow_backorders;
var variant, divs, parent, index = 0;
var selection = [];
var buttons;

function init() {
divs = $('#product-variants .variant-options');
Expand Down

0 comments on commit 86af25e

Please sign in to comment.