lint compliance

This commit is contained in:
yflory
2020-04-21 13:35:36 +02:00
parent 872e636ac5
commit aeb81fdfad
4 changed files with 3 additions and 6 deletions

View File

@@ -1621,8 +1621,7 @@ define([
if (!data) {
return void UI.alert(Messages.autostore_notAvailable);
}
var metadataMgr = common.getMetadataMgr();
sframeChan.query('EV_PROPERTIES_OPEN');
sframeChan.event('EV_PROPERTIES_OPEN');
});
});
break;

View File

@@ -1036,7 +1036,7 @@ define([
initSecureModal('filepicker', data || {}, cb);
});
sframeChan.on('EV_PROPERTIES_OPEN', function (data, cb) {
sframeChan.on('EV_PROPERTIES_OPEN', function (data) {
initSecureModal('properties', data || {});
});