Skip to content

Commit 9f0e3a7

Browse files
committed
fix: add eslint-disable comments to elapsed-time-bar and spotlight plugins
Signed-off-by: Yukai Huang <[email protected]>
1 parent ad24c09 commit 9f0e3a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/js/revealjs-plugins/elapsed-time-bar/elapsed-time-bar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
var ElapsedTimeBar = {
23
// default value
34
barColor: 'rgb(200,0,0)',

public/js/revealjs-plugins/spotlight/spotlight.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
var RevealSpotlight = window.RevealSpotlight || (function () {
23

34
//configs

0 commit comments

Comments
 (0)