1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Dev fix: fnOpen should return the child node, not the host row

This commit is contained in:
Allan Jardine 2014-03-24 15:15:26 +00:00
parent f5103cd6c4
commit e89310fbcf
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
72b058fd176f39d5b57fa13b8363323077b80fce
cba42b31d2507f8fd61ad5b8a4bffae6817b3a16

View File

@ -5552,7 +5552,7 @@
.row( nTr )
.child( mHtml, sClass )
.show()
.node();
.child()[0];
};