1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 04:55:52 +01:00

New directory layout.

This commit is contained in:
Kris Maglione
2008-12-02 13:42:44 -05:00
parent 3a8817a560
commit 1c153aa978
81 changed files with 133 additions and 0 deletions

10
liberator/content/eval.js Normal file
View File

@@ -0,0 +1,10 @@
try { __liberator_eval_result = eval(__liberator_eval_string)
}
catch (e)
{
__liberator_eval_error = e;
}
// Important: The eval statement *must* remain on the first line
// in order for line numbering in any errors to remain correct.
//
// vim: set fdm=marker sw=4 ts=4 et: