Commit ecae4c32 authored by Pascal Hartig's avatar Pascal Hartig

flight: enable evil mode for templating engine

parent 87c5b345
......@@ -107,6 +107,7 @@ define(function () {
source + "return __p;\n";
try {
/*jshint evil:true */
render = new Function(settings.variable || 'obj', '_', source);
} catch (err) {
err.source = source;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment