Skip to content

Commit 763f078

Browse files
committed
[FIX] Fix List Fields
1 parent 9822184 commit 763f078

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Resources/Public/jsDomainModeling/extended/ListField.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
* (see line
55
**************************************************/
66
(function () {
7-
var inputEx = YAHOO.inputEx,
8-
lang = YAHOO.lang,
9-
Event = YAHOO.util.Event,
10-
Dom = YAHOO.util.Dom;
117

128
/**
139
* @class Meta field to create a list of other fields
@@ -26,6 +22,11 @@
2622

2723
YAHOO.util.Event.onDOMReady(function () {
2824
if (YAHOO.inputEx) {
25+
let inputEx = YAHOO.inputEx;
26+
let lang = YAHOO.lang;
27+
let Event = YAHOO.util.Event;
28+
let Dom = YAHOO.util.Dom;
29+
2930
inputEx.ListField = function (options) {
3031
/**
3132
* List of all the subField instances

0 commit comments

Comments
 (0)