We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9822184 commit 763f078Copy full SHA for 763f078
Resources/Public/jsDomainModeling/extended/ListField.js
@@ -4,10 +4,6 @@
4
* (see line
5
**************************************************/
6
(function () {
7
- var inputEx = YAHOO.inputEx,
8
- lang = YAHOO.lang,
9
- Event = YAHOO.util.Event,
10
- Dom = YAHOO.util.Dom;
11
12
/**
13
* @class Meta field to create a list of other fields
@@ -26,6 +22,11 @@
26
22
27
23
YAHOO.util.Event.onDOMReady(function () {
28
24
if (YAHOO.inputEx) {
25
+ let inputEx = YAHOO.inputEx;
+ let lang = YAHOO.lang;
+ let Event = YAHOO.util.Event;
+ let Dom = YAHOO.util.Dom;
29
+
30
inputEx.ListField = function (options) {
31
32
* List of all the subField instances
0 commit comments