From 021b8c26889bcb5c8416f0ed66c62dad102f7ff0 Mon Sep 17 00:00:00 2001 From: andresdavid90 Date: Thu, 27 Feb 2014 12:45:06 -0500 Subject: [PATCH] Keeping the jQuery chain from breaking. This plugin wasn't returning the DOM reference itself, but the parent. --- js/jquery.knob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.knob.js b/js/jquery.knob.js index 9cfb0da..83a62fb 100755 --- a/js/jquery.knob.js +++ b/js/jquery.knob.js @@ -771,7 +771,7 @@ d.$ = $(this); d.run(); } - ).parent(); + ); }; })(jQuery); \ No newline at end of file