From 63a49d5f236e1512f028cd0fd89b9fcfb6aa098f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Marohni=C4=87?= Date: Fri, 31 Jul 2015 00:20:10 +0200 Subject: [PATCH] Fix a syntax error --- jquery.carouFredSel-6.2.1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.carouFredSel-6.2.1.js b/jquery.carouFredSel-6.2.1.js index 09422c3..7e27b95 100644 --- a/jquery.carouFredSel-6.2.1.js +++ b/jquery.carouFredSel-6.2.1.js @@ -2527,7 +2527,7 @@ FN._unbind_buttons = function() { var ns1 = cf_e('', conf), - ns2 = cf_e('', conf, false); + ns2 = cf_e('', conf, false), ns3 = cf_e('', conf, false, true, true); $(document).unbind(ns3); @@ -4252,4 +4252,4 @@ }); -})(jQuery); \ No newline at end of file +})(jQuery);