[!!!][TASK] Use eslint default
This commit is contained in:
parent
c451775021
commit
173674c2a1
21 changed files with 387 additions and 159 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue