1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:18:00 +01:00
Files
pentadactyl-pm/common/content/eval.js
2008-12-29 23:26:09 +11:00

11 lines
280 B
JavaScript

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: