x-tag / core

The Heart of X-Tag
http://x-tag.github.io/
Other
1.25k stars 151 forks source link

ReferenceError: assignment to undeclared variable max #136

Closed brylie closed 8 years ago

brylie commented 8 years ago

Error

ReferenceError: assignment to undeclared variable max

var i = max = 0,

http://x-tag.github.io/js/x-tag-components.js
Line 5092

Environment

Firefox 41.0.2 Ubuntu

csuwildcat commented 8 years ago

Remove unused counter i in Transitions repo: https://github.com/x-tag/transitions/blob/master/src/main.js#L27