Guest User

Untitled

a guest
May 28th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. diff --git a/brush-timeline.js b/brush-timeline.js
  2. index 307a3c2..165c162 100644
  3. --- a/brush-timeline.js
  4. +++ b/brush-timeline.js
  5. @@ -137,6 +137,11 @@ class BrushTimeline extends HTMLElement {
  6. this.setAttribute('end', end);
  7. this.updateVis();
  8. }
  9. +
  10. + logAndUpdateEnd(end) {
  11. + console.log(end);
  12. + this.end = end
  13. + }
  14. }
  15.  
  16. -customElements.define('brush-timeline', BrushTimeline);
  17. \ No newline at end of file
  18. +customElements.define('brush-timeline', BrushTimeline);
Add Comment
Please, Sign In to add comment