/** * EGroupware eTemplate2 - JS Dialog Widget class * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate * @link https://www.egroupware.org * @author Nathan Gray * @copyright Nathan Gray 2013 */ import {Et2Dialog} from "./Et2Dialog/Et2Dialog"; /** * Just a stub that wraps Et2Dialog * @deprecated */ export class et2_dialog extends Et2Dialog { }