Skip to content

Commit 2ad675c

Browse files
committed
tables/fix 6255: get colspan vs. data-colspan
1 parent e98f21e commit 2ad675c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $.widget( "mobile.table", {
6363

6464
// Iterate over the children of the tr
6565
$( this ).children().each( function() {
66-
var span = parseInt( $.mobile.getAttribute( this, "colspan", true), 10 ),
66+
var span = parseInt( $.mobile.getAttribute( this, "colspan" ), 10 ),
6767
selector = ":nth-child(" + ( columnCount + 1 ) + ")",
6868
j;
6969

0 commit comments

Comments
 (0)