CR changes

This commit is contained in:
David Back 2018-12-06 13:07:59 -08:00
parent a247e14f3d
commit 8620a5a4c3

View file

@ -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;
}