| Index: native_client_sdk/src/examples/gamepad/index.html
|
| diff --git a/native_client_sdk/src/examples/gamepad/index.html b/native_client_sdk/src/examples/gamepad/index.html
|
| index 108319b448d5881c4edb05023fefc691a1fe8791..8b580db8e666ec4fbb9677e51ab940ccfa846b5d 100644
|
| --- a/native_client_sdk/src/examples/gamepad/index.html
|
| +++ b/native_client_sdk/src/examples/gamepad/index.html
|
| @@ -14,10 +14,10 @@ found in the LICENSE file.
|
| <body data-width="800" data-height="200" {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| - <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
| - See common.js.-->
|
| <p> Attached gamepad values should appear, left to right, once they've been
|
| interacted with. Buttons, esp triggers are analog. </p>
|
| + <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
| + See common.js.-->
|
| <div id="listener"></div>
|
| </body>
|
| </html>
|
|
|