1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 06:15:45 +01:00

Fix some JS warnings.

This commit is contained in:
Doug Kearns
2009-11-17 15:13:10 +11:00
parent cb7cff5766
commit 49bedfa5c2
4 changed files with 6 additions and 7 deletions

View File

@@ -873,7 +873,7 @@ const Util = Module("util", {
}
return ret;
}
}),
})
});
// vim: set fdm=marker sw=4 ts=4 et: