[!!!][TASK] Use eslint default

This commit is contained in:
Milan Pässler 2017-03-18 15:33:49 +01:00
commit a8c19ba44c
19 changed files with 379 additions and 158 deletions

View file

@ -1,4 +1,4 @@
define([], function () {
define(["helper"], function (helper) {
return function (name, key, value, f) {
var negate = false;
var refresh;
@ -9,7 +9,7 @@ define([], function () {
label.appendChild(strong);
function run(d) {
var o = dictGet(d, key.slice(0));
var o = helper.dictGet(d, key.slice(0));
if (f) {
o = f(o);