mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 13:33:31 +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() {
|
resize: function() {
|
||||||
if (!this.elTableBody || !this.elTableScroll) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
this.preResizeFunction();
|
this.preResizeFunction();
|
||||||
|
@ -284,7 +284,7 @@ ListView.prototype = {
|
||||||
|
|
||||||
initialize: function() {
|
initialize: function() {
|
||||||
if (!this.elTableBody || !this.elTableScroll) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue