Skip to content

Commit

Permalink
Update justgage.js
Browse files Browse the repository at this point in the history
fixed #28 (Trailing Comma causing "Expected identifier, string or number" in IE 7)
  • Loading branch information
toorshia committed Dec 16, 2012
1 parent 248b67f commit 8c1ff24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ JustGage = function(config) {

// relativeGaugeSize : bool
// whether gauge size should follow changes in container element size
relativeGaugeSize : (config.relativeGaugeSize != null) ? config.relativeGaugeSize : false,
relativeGaugeSize : (config.relativeGaugeSize != null) ? config.relativeGaugeSize : false
};

// overflow values
Expand Down

0 comments on commit 8c1ff24

Please sign in to comment.