Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Samples: Update demo titles to use PEP everywhere
Browse files Browse the repository at this point in the history
Closes #248
  • Loading branch information
roblarsen authored and jzaefferer committed Dec 14, 2015
1 parent f4e9355 commit 021eb9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/paint/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<title>PointerEvents Paint</title>
<title>PEP (Pointer Events Polyfill) Paint</title>
</head>

<style>
Expand Down
2 changes: 1 addition & 1 deletion samples/simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width user-scalable=no">
<title>PointerEventShim testing ground</title>
<title>PEP (Pointer Events Polyfill) Testing Ground</title>
<style>
* {
-webkit-user-select: none;
Expand Down
2 changes: 1 addition & 1 deletion samples/spaceship/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<head>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width; height=device-height; initial-scale=1.0; maximum-scale=1.0;" />
<title>PointerEvents Spaceship</title>
<title>PEP (Pointer Events Polyfill) Spaceship</title>
<style type="text/css">

* {
Expand Down
2 changes: 1 addition & 1 deletion samples/tracker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width; height=device-height; initial-scale=1.0; maximum-scale=1.0;" />
<title>PointerEvents Tracker</title>
<title>PEP (Pointer Events Polyfill) Tracker</title>
<style type="text/css">

* {
Expand Down

0 comments on commit 021eb9c

Please sign in to comment.