]> git.donarmstrong.com Git - dactyl.git/blob - common/content/eval.js
49298d92b3bd7481a63871f92d87867b4430bcfa
[dactyl.git] / common / content / eval.js
1 try { __dactyl_eval_result = eval(__dactyl_eval_string); }
2 catch (e) { __dactyl_eval_error = e; }
3
4 // IMPORTANT: The eval statement *must* remain on the first line
5 // in order for line numbering in any errors to remain correct.
6
7 // Copyright (c) 2008-2010 by Kris Maglione <maglione.k at Gmail>
8 //
9 // This work is licensed for reuse under an MIT license. Details are
10 // given in the LICENSE.txt file included with this file.
11
12 // vim: set fdm=marker sw=4 ts=4 et: