/* Copyright 2014 Adobe Systems Incorporated. All rights reserved. Purpose- This file contains all the Constants that are used in LivePreview Feature */ var previewConfig = { DW_SERVER_HOST: '', //Machine IP address. Will be updated dynamically. DW_SERVER_PORT: '', //Machine Port Address. Will be updated dynamically. DW_SERVER_PROTOCOL: 'http', PAIRING_APP_URL: '', DW_LOCAL_HOST: '' }; var overlayStrings = { OVERLAY_STRING_DEVICE_PIXEL_RATIO: '', OVERLAY_STRING_OS: '', OVERLAY_STRING_VIEWPORT_SIZE: '', OVERLAY_STRING_USER_AGENT: '' }; window.preview = {}; window.preview.config = previewConfig; window.preview.overlayStrings = overlayStrings;