vgapp 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -318,7 +318,7 @@ class VGModal extends BaseModule {
318
318
 
319
319
  if (!this._params.fields.length) return;
320
320
 
321
- this._params.fields.forEach(function (item) {
321
+ this._params.fields.forEach((item) => {
322
322
  if (!'name' in item && !'value' in item) return;
323
323
 
324
324
  let elements = Selectors.findAll('[data-' + item.name + ']', this._element);