Remove Promise polyfill.
[pwl6.git] / src / index.html
index 6cf3a07..adad8fa 100644 (file)
       <table class=yuu-options>
         <tr>
           <td>
-            <input type=checkbox data-yuu-command=mute id=mute>
+            <input type=checkbox data-yuu-command id=mute>
             <label for=mute title="Toggle audio mute (Control+S)"></label>
           </td>
           <td>
             <label for=volume>Volume</label>
           </td>
           <td>
-            <input type=range data-yuu-command=volume id=volume
+            <input type=range data-yuu-command id=volume
                    min=0 max=1.0 step=0.05>
           </td>
         </tr>
           <td>
           </td>
           <td>
-            <label for=volume>Music</label>
+            <label for=musicVolume>Music</label>
           </td>
           <td>
-            <input type=range data-yuu-command=musicVolume id=musicVolume
+            <input id=musicVolume type=range data-yuu-command
                    min=0 max=1.0 step=0.05>
           </td>
         </tr>
         <tr>
           <td>
-            <input type=checkbox data-yuu-command=fullscreen
-                   id=fullscreen>
+            <input id=fullscreen type=checkbox data-yuu-command>
             <label for=fullscreen title="Toggle fullscreen (F11)"></label>
           </td>
           <td colspan=2>
           Brandon Jones &amp; Colin MacKenzie IV
           (<a target=_blank href="http://glmatrix.net/">glMatrix</a>)
         </dd>
-        <dd>
-          Christoph Burgmer
-          (<a target=_blank href="https://github.com/cburgmer/ayepromise">ayepromise</a>)
-        </dd>
         <dd>
           Ian McEwan, Ashima Arts
           (<a target=_blank href="https://github.com/ashima/webgl-noise">WebGL Noise</a>)