mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 17:54:00 +02:00
Minor code adjustments
Minor code adjustments
This commit is contained in:
parent
a7ca92fb9b
commit
3882aad551
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
// audioFeedback.js
|
||||
//
|
||||
// Created by Alezia Kurdis on September 30, 2020.
|
||||
// Copyright 2020 Vircadia contributors
|
||||
// Copyright 2020 Vircadia contributors.
|
||||
//
|
||||
// This script add audio feedback (confirmation and rejection) for user interactions that require one.
|
||||
//
|
||||
|
@ -31,4 +31,4 @@ audioFeedback = (function() {
|
|||
}
|
||||
|
||||
return that;
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue