Update to Fix Issue 162: Support DOS-style line endings.
authorJason Hollingsworth <Jason.M.Hollingsworth@usace.army.mil>
Thu, 25 Oct 2012 14:11:31 +0000 (09:11 -0500)
committerJason Hollingsworth <Jason.M.Hollingsworth@usace.army.mil>
Thu, 25 Oct 2012 14:11:31 +0000 (09:11 -0500)
commitdf268bccea10372766eab881216ab8e2f29458f8
treeabd4259aba804681037ab2e0ee0af5ca06e07db8
parent681a215ed5cd859a4dbd43fc24092a5608a6f5e4
Update to Fix Issue 162: Support DOS-style line endings.
IE8/IE7 does not support string iteration using [], this fix uses charAt. Also I added support for \r\n (CRLF), which is more common than \n\r (LFCR). It now supports all four
dygraph-utils.js