From b15d72cc4a58ecd6f36ec77e90d38ecb1e3beb06 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Tue, 8 Jan 2013 14:57:12 -0800 Subject: [PATCH] iphone support in portait --- build/bundle.js | 4 ++-- index.html | 2 +- src/js/util/constants.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/bundle.js b/build/bundle.js index 9537d46e..02e79320 100644 --- a/build/bundle.js +++ b/build/bundle.js @@ -4398,7 +4398,7 @@ var GLOBAL = { }; var VIEWPORT = { - minZoom: 0.66, + minZoom: 0.55, maxZoom: 1.25, minWidth: 600, minHeight: 600 @@ -20311,7 +20311,7 @@ var GLOBAL = { }; var VIEWPORT = { - minZoom: 0.66, + minZoom: 0.55, maxZoom: 1.25, minWidth: 600, minHeight: 600 diff --git a/index.html b/index.html index 8c0540bc..2b0a310c 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Learn Git Branching diff --git a/src/js/util/constants.js b/src/js/util/constants.js index 0b99e559..dd711c4e 100644 --- a/src/js/util/constants.js +++ b/src/js/util/constants.js @@ -11,7 +11,7 @@ var GLOBAL = { }; var VIEWPORT = { - minZoom: 0.66, + minZoom: 0.55, maxZoom: 1.25, minWidth: 600, minHeight: 600