Skip to content

Commit 65f7790

Browse files
committed
#1 switched "rowcount" to "rowCount"
1 parent f15d23d commit 65f7790

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jquery.tablecheckbox.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{
9292
$rows: $allRows,
9393
$checkboxes: $allRows.find(_private.config.checkboxSelector),
94-
rowcount: $allRows.length
94+
rowCount: $allRows.length
9595
}
9696
);
9797
});
@@ -121,7 +121,7 @@
121121
{
122122
$rows: $allRows,
123123
$checkboxes: $allRows.find(_private.config.checkboxSelector),
124-
rowcount: $allRows.length
124+
rowCount: $allRows.length
125125
}
126126
);
127127
}

jquery.tablecheckbox.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)