russplaysguitar / UnderscoreCF

An UnderscoreJS port for Coldfusion. Functional programming library.
http://russplaysguitar.github.com/UnderscoreCF/
MIT License
89 stars 38 forks source link

_.toArray(string) should return an array of characters #33

Open russplaysguitar opened 11 years ago

russplaysguitar commented 11 years ago

Currently, it puts the string into an array as the first element.

Making this change will probably affect collection methods for cf-lists. I'm not really sure how to reconcile the two use cases...