elierotenberg / tween-interpolate

Extra lightweight generic and CSS values interpolators and tweens.
5 stars 0 forks source link

Uncaught SyntaxError: Unexpected token ILLEGAL #2

Open aagrav opened 9 years ago

aagrav commented 9 years ago

the index.js has a lot of special characters. I'm using babelify to transform the project. Any idea? var ε = 1e-6, ε2 = ε * ε, π = Math.PI, τ = 2 * π, τε = τ - ε, halfπ = π / 2, d3_radians = π / 180, d3_degrees = 180 / π;

elierotenberg commented 9 years ago

This is most likely an encoding issue. Are all your files encoded as utf-8?

aagrav commented 9 years ago

I'm going to be honest. I'm not exactly sure. I checked the json and index and don't see a reference on encoding pattern.

aagrav commented 9 years ago

I tried saving the file, index.js to utf-8..