docs(img): update img and web worker docs

This commit is contained in:
Adam Bradley
2016-12-07 10:57:13 -06:00
parent ca489e8200
commit 1c52c2dd1f
3 changed files with 114 additions and 60 deletions

View File

@ -518,7 +518,7 @@ export class VirtualScroll implements DoCheck, AfterContentInit, OnDestroy {
estimateHeight(recordsLength, cells[cells.length - 1], this._vHeight, 0.25)
);
this._content.imgsRefresh();
this._content.imgsUpdate();
});
}