| Index: native_client_sdk/src/examples/fullscreen_tumbler/index.html
|
| diff --git a/native_client_sdk/src/examples/fullscreen_tumbler/index.html b/native_client_sdk/src/examples/fullscreen_tumbler/index.html
|
| index 315743e45f445b2743d2442bb766db6897968f0e..bf902f2d17e283643f77043ba452d45d6b9d5490 100644
|
| --- a/native_client_sdk/src/examples/fullscreen_tumbler/index.html
|
| +++ b/native_client_sdk/src/examples/fullscreen_tumbler/index.html
|
| @@ -20,11 +20,6 @@ found in the LICENSE file.
|
| <body data-width="480" data-height="480" {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| - <p>
|
| - The Native Client module executed in this page draws a 3D cube
|
| - and allows you to rotate it using a virtual trackball method. To toggle
|
| - the view to/from fullscreen, press the Enter key.
|
| - </p>
|
| <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
| See common.js.-->
|
| <div id="listener"></div>
|
|
|