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:
10
common/content/eval.js
Normal file
10
common/content/eval.js
Normal 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:
|
||||
Reference in New Issue
Block a user