2020-01-21 19:22:54 +01:00
|
|
|
/**
|
|
|
|
* EGroupware eTemplate2 - JS Dialog Widget class
|
|
|
|
*
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @package etemplate
|
2021-06-07 17:33:53 +02:00
|
|
|
* @link https://www.egroupware.org
|
2020-01-21 19:22:54 +01:00
|
|
|
* @author Nathan Gray
|
|
|
|
* @copyright Nathan Gray 2013
|
|
|
|
*/
|
|
|
|
|
2022-03-21 16:48:45 +01:00
|
|
|
import {Et2Dialog} from "./Et2Dialog/Et2Dialog";
|
2020-01-21 19:22:54 +01:00
|
|
|
|
|
|
|
/**
|
2022-03-21 16:48:45 +01:00
|
|
|
* Just a stub that wraps Et2Dialog
|
|
|
|
* @deprecated
|
2020-01-21 19:22:54 +01:00
|
|
|
*/
|
2022-03-21 16:48:45 +01:00
|
|
|
export class et2_dialog extends Et2Dialog
|
|
|
|
{
|
|
|
|
}
|