Skip to content

Commit 354f4a7

Browse files
committed
cleanup unused settings
1 parent b770186 commit 354f4a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎src/js/index.js‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ export default function Tobii (userOptions) {
114114
dialogTitle: 'Lightbox',
115115
loadingIndicatorLabel: 'Image loading',
116116
counter: true,
117-
download: false, // TODO
118-
downloadText: '', // TODO
119-
downloadLabel: 'Download image', // TODO
120117
keyboard: true,
121118
zoom: false,
122119
zoomText: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path stroke="none" d="M0 0h24v24H0z"/><polyline points="16 4 20 4 20 8" /><line x1="14" y1="10" x2="20" y2="4" /><polyline points="8 20 4 20 4 16" /><line x1="4" y1="20" x2="10" y2="14" /><polyline points="16 20 20 20 20 16" /><line x1="14" y1="14" x2="20" y2="20" /><polyline points="8 4 4 4 4 8" /><line x1="4" y1="4" x2="10" y2="10" /></svg>',
@@ -125,9 +122,6 @@ export default function Tobii (userOptions) {
125122
hideScrollbar: true,
126123
draggable: true,
127124
threshold: 100,
128-
rtl: false, // TODO
129-
loop: false, // TODO
130-
modal: false,
131125
theme: 'tobii--theme-default'
132126
}
133127

0 commit comments

Comments
 (0)