add comment

This commit is contained in:
KDSBrowne 2018-04-21 13:19:42 -07:00
parent a4cb68f387
commit 599ba78b72

View File

@ -1,4 +1,6 @@
const deviceType = () => { const deviceType = () => {
// Listing of Device Viewport sizes, Updated : March 25th, 2018
// http://mediag.com/news/popular-screen-resolutions-designing-for-all/
const MAX_PHONE_SHORT_SIDE = 480; const MAX_PHONE_SHORT_SIDE = 480;
const smallSide = window.screen.width < window.screen.height const smallSide = window.screen.width < window.screen.height