From d9d510bcda5010d58d68c3244630bbe0938c6554 Mon Sep 17 00:00:00 2001 From: Thomas Matthijs Date: Mon, 16 Nov 2015 20:56:58 +0100 Subject: [PATCH] Correct direct underscore usage No tested --- jquery.floatThead.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.floatThead.js b/jquery.floatThead.js index b077a48..f5795a5 100644 --- a/jquery.floatThead.js +++ b/jquery.floatThead.js @@ -818,7 +818,7 @@ if (canObserveMutations) { var mutationElement = null; - if(_.isFunction(opts.autoReflow)){ + if(util.isFunction(opts.autoReflow)){ mutationElement = opts.autoReflow($table, $scrollContainer) } if(!mutationElement) {