Description: in the Debian way of building, it seems that this missing
 semicolon isn't noticed by nodejs
Author: Paul Gevers <elbrus@debian.org>
Index: jqueryui/ui/jquery-1-7.js
===================================================================
--- jqueryui.orig/ui/jquery-1-7.js
+++ jqueryui/ui/jquery-1-7.js
@@ -86,4 +86,5 @@ if ( $.fn.jquery.substring( 0, 3 ) === "
 	};
 }
 
+;
 } ) );
