mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
fixed by ducarroz. r=sspitzer
This commit is contained in:
parent
8807823e53
commit
6a51426194
@ -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 == ",")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user