From 7307889639b68064e642ae65bf98d9856c10922b Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Sat, 16 Jan 2016 14:14:59 +0100 Subject: finalize convertion of existing plugins --- src/Plugins/Captions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Plugins/Captions.js') diff --git a/src/Plugins/Captions.js b/src/Plugins/Captions.js index 0286a82..10af910 100644 --- a/src/Plugins/Captions.js +++ b/src/Plugins/Captions.js @@ -3,12 +3,11 @@ * @since 2016-01-16 */ -export class Captions { +export default class Captions { constructor() { this.element = document.createElement('div'); this.element.id = 'imagelightbox-caption'; - //this.element.innerHTML = 'Close'; } register(lightbox) { -- cgit v1.2.3