1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:37:58 +01:00

Follow ff=mac.

This commit is contained in:
anekos
2008-12-26 14:44:12 +09:00
parent bf83f808e2
commit d4ed88dbb5

View File

@@ -804,7 +804,7 @@ lookup:
{
let heredoc = "";
let heredocEnd = null; // the string which ends the heredoc
let lines = str.split("\n");
let lines = str.split(/\r\n|[\r\n]/);
for (let [i, line] in Iterator(lines))
{