web/static/res/js/inchidebar.js
changeset 124 8d2376eb825c
parent 103 be6c1f9cc258
--- a/web/static/res/js/inchidebar.js	Thu Feb 07 15:06:40 2013 +0100
+++ b/web/static/res/js/inchidebar.js	Fri Feb 08 17:07:34 2013 +0100
@@ -10,7 +10,7 @@
     		// Bar
     		this.goUp = true;
     		$("#controlbar").stop(true);
-			$("#controlbar").animate({bottom: 0}, 500, function() {incHideBar.goUp = false;})
+			$("#controlbar").animate({bottom: 0}, 500, function() {incHideBar.goUp = false;});
 
 			if (!incPlayer.ipad) {
                 // Pointer
@@ -84,7 +84,7 @@
                 incHideBar.showBarPointerOnAction(4000);
             };
         }
-    }
-}
+    };
+};
 
 var incHideBar = new incManageHideBar();
\ No newline at end of file