From 9118fa551c30ecda1b0e78af6418284460822d75 Mon Sep 17 00:00:00 2001
From: Eric Bidelman
Date: Tue, 10 Apr 2012 22:47:35 -0700
Subject: polyfills working for ios < 5
---
template.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
(limited to 'template.html')
diff --git a/template.html b/template.html
index 7a83433..973666a 100644
--- a/template.html
+++ b/template.html
@@ -355,7 +355,8 @@ function helloWorld(world) {
hashtag: '#html5', //TODO
useBuilds: true,
usePrettify: true,
- enableSideAreas: true, //TODO
+ //enableSideAreas: true, //TODO
+ enableTouch: true, // TODO: base this on media query instead.
analytics: 'UA-XXXXXXXX-1',
favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png',
onLoad: null, // TODO. function to call onload
@@ -382,8 +383,10 @@ function helloWorld(world) {
};
-
-
+
+
+
+