UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

14 lines (12 loc) 393 B
define([ "core" ], function () { $AEE.runTheFunctions = function(functions, thisParameter, parameters){ var functions = functions || []; var thisParameter = thisParameter || $AEE; var parameters = parameters || []; for(var i = 0; i < functions.length; i++) { functions[i].apply(thisParameter, parameters); } }; });