x-tag / core

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

Test for equality mistyped as assignment in x-tag-components.js #128

Closed brylie closed 8 years ago

brylie commented 8 years ago

Errors

SyntaxError: test for equality (==) mistyped as assignment (=)?

if (tmp = relativePathDotMapping[buffer.toLowerCase()]) {

http://x-tag.github.io/js/x-tag-components.js
Line 490
SyntaxError: test for equality (==) mistyped as assignment (=)?

while (child = template.firstChild) {

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

Environment

Firefox 41.0.2 / Ubuntu

csuwildcat commented 8 years ago

Needs to be filed in the polyfill repo: https://github.com/webcomponents/webcomponentsjs