Skip to content

Commit 86b97c9

Browse files
committed
(clean) syntax
1 parent 8d316f1 commit 86b97c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/Room/Room.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const { detectMobile } = require('../../utils/mobile-detection')
323323
324324
const debounce = (func, delay) => {
325325
let inDebounce
326-
return function() {
326+
return function () {
327327
const context = this
328328
const args = arguments
329329
clearTimeout(inDebounce)
@@ -1081,7 +1081,7 @@ export default {
10811081
setTimeout(() => element.classList.remove('vac-scroll-smooth'))
10821082
}, 50)
10831083
},
1084-
onChangeInput: debounce(function(e) {
1084+
onChangeInput: debounce(function (e) {
10851085
if (e?.target?.value || e?.target?.value === '') {
10861086
this.message = e.target.value
10871087
}

0 commit comments

Comments
 (0)