Forcing retina ratio to 1.2

This commit is contained in:
Gunther Brunner
2014-05-29 18:58:09 +09:00
parent e5018234d4
commit 8a7c18a3fa

View File

@@ -27,6 +27,8 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo
scope.$on('panelsResized', updateBounds)
function setDisplayDensity(forRetina) {
// FORCE
forRetina = 1.2
return guestDisplayDensity = BrowserInfo.mobile && BrowserInfo.retina ? forRetina : 1
}