lint compliance
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 || {});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user