UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

36 lines (35 loc) 925 B
define([], function () { window.AutomizyEmailEditor = window.$AEE = new function () { var t = this; t.dialogs = {}; t.buttons = {}; t.inputs = {}; t.forms = {}; t.blocks = []; t.settings = {}; t.optione = {}; t.elements = {}; t.d = { version: '1.0.0', defines: {}, values:{}, functions:{}, segments:[], config:{ dir:'.', url:'http://developers.automizy.com/automizyemaileditor' }, status:{ scriptsLength:0, loadedScripts:0, percent:0 } }; t.m = {}; t.default = {}; t.inited = false; t.settingsShowed = false; t.scriptLoaded = function(){}; }(); return $AEE; });