--- jquery.markitup.js.orig	2008-12-30 03:19:59.548721700 +0100
+++ jquery.markitup.js	2008-12-30 03:20:21.609527300 +0100
@@ -146,7 +146,7 @@
 			function dropMenus(markupSet) {
 				var ul = $('<ul></ul>'), i = 0;
 				$('li:hover > ul', ul).css('display', 'block');
-				$(markupSet).each(function() {
+				$.each(markupSet, function() {
 					var button = this, t = '', title, li, j;
 					title = (button.key) ? (button.name||'')+' [Ctrl+'+button.key+']' : (button.name||'');
 					key   = (button.key) ? 'accesskey="'+button.key+'"' : '';
