substance / data

A uniform interface for domain data (deprecated)
http://code.substance.io/docs/substance-manual/
MIT License
655 stars 44 forks source link

Strange character on line 1447 causes error. #27

Closed rjack closed 13 years ago

rjack commented 13 years ago

Hello,

there's a strange character on line 1447 of data.js, right before null.

Firebug complains:

missing ; before statement
    nodes[o._id] = o._rev ||Â null; 

I noticed it running the test suite locally (file:///...) on Firefox 3.6.19.

Cheers, Giacomo

michael commented 13 years ago

My editor (TextMate) sometimes produces this compromised characters. :/ Thanks for the hint!