We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i try to to do goals i get a i is not defind error i think the error is in
drawGoal: (path) -> @raphael.path(path) .attr('stroke', @options.goalLineColors[i % @options.goalLineColors.length]) .attr('stroke-width', @options.goalStrokeWidth)
no where in that code is i defind but it is still used guess it was forgot about when extraction drawGoal from drawGoals
The text was updated successfully, but these errors were encountered:
Yeah, your assessment looks about right. I'll take a look ASAP.
Sorry, something went wrong.
6207c21
No branches or pull requests
when i try to to do goals i get a i is not defind error i think the error is in
no where in that code is i defind but it is still used guess it was forgot about when extraction drawGoal from drawGoals
The text was updated successfully, but these errors were encountered: