mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 01:12:48 +02:00
CR changes
This commit is contained in:
parent
a247e14f3d
commit
8620a5a4c3
1 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ ListView.prototype = {
|
|||
|
||||
resize: function() {
|
||||
if (!this.elTableBody || !this.elTableScroll) {
|
||||
debugPrint("ListView.resize - no valid table body or table scroll element");
|
||||
console.log("ListView.resize - no valid table body or table scroll element");
|
||||
return;
|
||||
}
|
||||
this.preResizeFunction();
|
||||
|
@ -284,7 +284,7 @@ ListView.prototype = {
|
|||
|
||||
initialize: function() {
|
||||
if (!this.elTableBody || !this.elTableScroll) {
|
||||
debugPrint("ListView.initialize - no valid table body or table scroll element");
|
||||
console.log("ListView.initialize - no valid table body or table scroll element");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue