1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 13:17:59 +01:00

Rename liberator/ to common/

This commit is contained in:
Daniel Bainton
2008-12-04 07:56:35 +02:00
parent cc6bdfc2fc
commit 729854c749
30 changed files with 0 additions and 0 deletions

10
common/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: