From 599ba78b72e7776663fa4128b5e088753a561208 Mon Sep 17 00:00:00 2001 From: KDSBrowne Date: Sat, 21 Apr 2018 13:19:42 -0700 Subject: [PATCH] add comment --- bigbluebutton-html5/imports/utils/deviceType.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigbluebutton-html5/imports/utils/deviceType.js b/bigbluebutton-html5/imports/utils/deviceType.js index f210ed04fd..478e8bfa72 100644 --- a/bigbluebutton-html5/imports/utils/deviceType.js +++ b/bigbluebutton-html5/imports/utils/deviceType.js @@ -1,4 +1,6 @@ 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 smallSide = window.screen.width < window.screen.height