Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vedmack/yadcf
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmack committed Dec 8, 2016
2 parents a30566e + a30802c commit 61f8ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.dataTables.yadcf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3657,7 +3657,7 @@
tableSelector = '#' + oTable.table().node().id;

//in case that instance.selector will be undefined (jQuery 3)
if (instance.selector === undefined) {
if (! instance.selector ) {
instance.selector = tableSelector;
}

Expand Down

0 comments on commit 61f8ee7

Please sign in to comment.