Skip to content

Commit

Permalink
Chore: trim unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Holdstock committed Jul 19, 2017
1 parent 6d9d8c4 commit 3e7c3a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions src/lib/annotations/MobileAnnotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ $three-c: #ccc;
width: 100%;

&.bp-animate-show-dialog {
// padding: 0;

&:not(.bp-plain-highlight) {
animation: show-dialog-small;
animation-duration: .2s;
Expand Down
7 changes: 0 additions & 7 deletions src/lib/annotations/doc/DocAnnotator.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@ class DocAnnotator extends Annotator {
*/
lastHighlightEvent;

/**
* Container element for mobile annotation dialogs.
*
* @property {HTMLElement}
*/
mobileDialogParentEl;

/**
* Creates and mananges plain highlight and comment highlight and point annotations
* on document files.
Expand Down

0 comments on commit 3e7c3a7

Please sign in to comment.