ecking in tingley@sundell.net patch to fix (79052) PAC: isPlainHostName not working; r=serge; sr=rpotts

git-svn-id: svn://10.0.0.236/trunk@99020 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
serge%netscape.com
2001-07-11 00:30:13 +00:00
parent 69c6372ccd
commit d36d985fce

View File

@@ -204,7 +204,7 @@ var pacUtils =
"}\n"+
"function isPlainHostName(host) {\n" +
" return (host.search('\\.') == -1);\n" +
" return (host.search('\\\\.') == -1);\n" +
"}\n" +
"function isResolvable(host) {\n" +