|
@@ -2080,7 +2080,7 @@
|
|
|
BootstrapTable.prototype.getRowByUniqueId = function (id) {
|
|
BootstrapTable.prototype.getRowByUniqueId = function (id) {
|
|
|
var uniqueId = this.options.uniqueId,
|
|
var uniqueId = this.options.uniqueId,
|
|
|
len = this.options.data.length,
|
|
len = this.options.data.length,
|
|
|
- dataRow = undefined,
|
|
|
|
|
|
|
+ dataRow = null,
|
|
|
i, row;
|
|
i, row;
|
|
|
|
|
|
|
|
for (i = len - 1; i >= 0; i--) {
|
|
for (i = len - 1; i >= 0; i--) {
|