jdan / dynamo.js

Cycles through bits of text in place
http://jdan.github.io/dynamo.js/
MIT License
626 stars 65 forks source link

Different line separator than ',' #2

Closed jdan closed 12 years ago

jdan commented 12 years ago

https://github.com/prezjordan/dynamo.js/blob/master/dynamo.js#L10

As you can see, lines are split by commas. In the rare case that you want to place text with a comma in the dynamo target, it will not work, unless that is the original contents of the target.

genesiscz commented 12 years ago

Just add an option to change the delimiter, that's the best step

genesiscz commented 12 years ago

I think this can be closed now :)

jdan commented 12 years ago

Closed, #7.