Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 9cf4b01

Browse files
author
Arthur Evans
committed
Remove obsolete touch-action attribute. Should not be required in 0.3.5.
1 parent c075b22 commit 9cf4b01

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

finished/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</style>
5353
</head>
5454

55-
<body unresolved touch-action="auto">
55+
<body unresolved>
5656
<core-header-panel>
5757
<core-toolbar>
5858
<paper-tabs id="tabs" selected="all" self-end>

starter/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</style>
2929
</head>
3030

31-
<body unresolved touch-action="auto">
31+
<body unresolved>
3232

3333
</body>
3434

step-1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</style>
5252
</head>
5353

54-
<body unresolved touch-action="auto">
54+
<body unresolved>
5555
<core-header-panel>
5656
<core-toolbar>
5757
<paper-tabs id="tabs" selected="all" self-end>

step-2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</style>
5353
</head>
5454

55-
<body unresolved touch-action="auto">
55+
<body unresolved>
5656
<core-header-panel>
5757
<core-toolbar>
5858
<paper-tabs id="tabs" selected="all" self-end>

step-3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</style>
5353
</head>
5454

55-
<body unresolved touch-action="auto">
55+
<body unresolved>
5656
<core-header-panel>
5757
<core-toolbar>
5858
<paper-tabs id="tabs" selected="all" self-end>

0 commit comments

Comments
 (0)