function isTouchDevice(){return"ontouchstart"in window||"onmsgesturechange"in window}function isMobileDevice(){return void 0!==window.orientation||-1!==navigator.userAgent.indexOf("IEMobile")}function getWindowWidth(){return $(window).width()}function getWindowHeight(){return $(window).height()}function pad(t){return t<10?"0"+t.toString():t.toString()}function isEmptyObj(t){for(var e in t)return!1;return!0}function mkElemFrontendObject(t,e){if(t.isEditMode()){var n={},i=e.data("model-cid"),o=t.config.elements.data[i];if(void 0!==o){var r=o.attributes.widgetType||o.attributes.elType,a=t.config.elements.keys[r];a||(a=t.config.elements.keys[r]=[],jQuery.each(o.controls,(function(t,e){e.frontend_available&&a.push(t)}))),jQuery.each(o.getActiveControls(),(function(t){-1!==a.indexOf(t)&&(n[t]=o.attributes[t])}));var u=n}}else{var d=e.attr("data-settings");if(void 0!==d)u=JSON.parse(d)}return u};