List virt issue

This commit is contained in:
Max Lynch
2015-06-18 16:21:14 -05:00
parent c4efac059e
commit 90b2931400

View File

@ -28,10 +28,10 @@ export class List {
setTimeout(() => {
console.log('Content', this.content);
console.log('Virtual?', this.virtual);
console.log('Items?', this.items.length, 'of \'em');
if(util.isDefined(this.virtual)) {
console.log('Virtual?', this.virtual);
console.log('Items?', this.items.length, 'of \'em');
this._initVirtualScrolling();
}
})