summaryrefslogtreecommitdiff
path: root/common/content/eval.js
blob: 14f5fd95b5652db3df3b7854c117398cdfcb734e (plain)
1
2
3
4
5
6
7
8
9
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: