Skip to content

Commit

Permalink
Merge pull request #265 from selckin/patch-1
Browse files Browse the repository at this point in the history
Correct direct underscore usage
  • Loading branch information
mkoryak committed Nov 17, 2015
2 parents c3087c7 + d9d510b commit a4dc1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.floatThead.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a4dc1d2

Please sign in to comment.