UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

10 lines 366 B
define([ "core" ], function () { $AEE.screenSize = function(){ return { x: window.innerWidth || document.documentElement.clientWidth || d.getElementsByTagName('body')[0].clientWidth, y: window.innerHeight || document.documentElement.clientHeight || d.getElementsByTagName('body')[0].clientHeight }; }; });