diff --git a/examples/mobile-jq.html b/examples/mobile-jq.html
index f4cf5e7895..a2a2444c5b 100644
--- a/examples/mobile-jq.html
+++ b/examples/mobile-jq.html
@@ -14,7 +14,7 @@
html {
height: 100%;
}
- body: {
+ body {
margin: 0;
padding: 0;
height: 100%;
@@ -94,10 +94,6 @@
$("#nav").click();
$("#nav").click(); // jquery mobile bug forces 2 calls to refresh radio ui
- // disable scrolling from the map
- $("#map").bind("touchstart", function(event) {
- event.preventDefault();
- });
});