diff nodejs-server/index.html @ 10:63cc59d5b665

send on mouse release
author mgeorgi
date Fri, 22 Jun 2012 11:01:34 +0100
parents 9d2f4e6a3f36
children
line wrap: on
line diff
--- a/nodejs-server/index.html	Fri Jun 22 10:36:35 2012 +0100
+++ b/nodejs-server/index.html	Fri Jun 22 11:01:34 2012 +0100
@@ -4,6 +4,7 @@
   <head>
     <title>Mood Conductor</title>
     <script src="app.js"></script>
+    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
   </head>
   <body onload="Application.init()" style="margin:0px;padding:0px">
     <canvas width="320" height="320" id="canvas">