Skip to content
New issue

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

Make ctx and counter variable member of the create function #33

Closed
nitriques opened this issue May 7, 2013 · 1 comment
Closed

Make ctx and counter variable member of the create function #33

nitriques opened this issue May 7, 2013 · 1 comment

Comments

@nitriques
Copy link
Contributor

Those two lines must be moved into the create function in order to be able to control mutiple canvases on the same page.

var ctx;
var counter = 0;
@nitriques
Copy link
Contributor Author

See #34

soulwire added a commit that referenced this issue May 8, 2013
Fix #33 and added a grunt build file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant