You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. fieldEnclosureToken = ""
What is the expected output? What do you see instead?
haystack.indexOf ( needle ) should return -1 but instead it returns 0
What version of the product are you using? On what operating system?
1.4.1
Please provide any additional information below.
while ( haystack.length > 0 && haystack.indexOf( needle ) != -1 &&
needle.length != 0 ) fixed it
Original issue reported on code.google.com by jacek.ba...@gmail.com on 11 Nov 2010 at 3:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jacek.ba...@gmail.com
on 11 Nov 2010 at 3:14The text was updated successfully, but these errors were encountered: