client/pianoroll/app/js/main.js
changeset 93 79ae42ad97d4
parent 85 eff9460bd4f2
--- a/client/pianoroll/app/js/main.js	Tue Jan 13 15:27:20 2015 +0100
+++ b/client/pianoroll/app/js/main.js	Fri Jan 16 03:16:19 2015 +0100
@@ -84,7 +84,7 @@
     }
     var note = data.content[3];
     var velocity = data.content[4];
-    if(velocity===0){
+    if(velocity===0) {
         if(typeof noteDict[data.content[2]][note]!=='undefined'){
             // We close the note in container one
             //console.log("coucou 2", data);