jshint ignore eval line

pull/1/head
ansuz 2016-02-12 11:10:59 +01:00
parent 71f13fc60c
commit 3b5c932252
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ define([
var content = $textarea.val();
try {
eval(content);
eval(content); // jshint ignore:line
} catch (err) {
alert(err.message);
}