[DE] added base class method

This commit is contained in:
Maxim Kadushkin
2020-10-21 11:10:11 +03:00
parent dd0359ce90
commit 1a6ef58774
4 changed files with 11 additions and 16 deletions

View File

@ -984,6 +984,10 @@ define([
return [];
},
getDefaultFocusableComponent: function() {
return undefined;
},
cancelButtonText: 'Cancel',
okButtonText: 'OK',
yesButtonText: 'Yes',