integration/js/main.js
changeset 21 c2dd00471b2d
parent 20 c86141a8570d
child 26 94f586daa623
--- a/integration/js/main.js	Tue Nov 27 18:08:06 2012 +0100
+++ b/integration/js/main.js	Wed Dec 12 18:17:52 2012 -0800
@@ -53,7 +53,6 @@
 				});
 			}
 		}
-
 		//DRAGGABLE
 		$(".cluster").draggable({ axis: "x",containment: ".cluster-containment"  });
 	};
@@ -196,6 +195,4 @@
 		console.log('mouseover', $(this));
 
 	});
-
-
-});//jQuery
+});//jQuery
\ No newline at end of file