fixed by ducarroz. r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@54614 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -72,11 +72,13 @@ function GetArgs()
|
||||
if (aChar == quoteChar)
|
||||
{
|
||||
quoteChar = "";
|
||||
data += aChar;
|
||||
}
|
||||
else if (aCharCode == 39 || aCharCode == 34) //quote or double quote
|
||||
{
|
||||
if (quoteChar == "")
|
||||
quoteChar = aChar;
|
||||
data += aChar;
|
||||
}
|
||||
else if (aChar == ",")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user