Skip to content

Commit

Permalink
fix(preloader): Fix preload experience for presentation viewer (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored and mergify[bot] committed Dec 20, 2019
1 parent c38bac4 commit 9fe2a25
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/viewers/doc/PresentationPreloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ class PresentationPreloader extends DocPreloader {
*/
maxZoomScale = 0;

/** @property {HTMLElement} - Preload container element */
preloadEl;

/** @property {PreviewUI} - Preview's UI instance */
previewUI;

/** @property {string} - Class name for preload wrapper */
wrapperClassName;

/**
* [constructor]
*
Expand Down

0 comments on commit 9fe2a25

Please sign in to comment.