mirror of
https://github.com/overte-org/overte.git
synced 2025-06-21 19:00:48 +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
|
// audioFeedback.js
|
||||||
//
|
//
|
||||||
// Created by Alezia Kurdis on September 30, 2020.
|
// 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.
|
// This script add audio feedback (confirmation and rejection) for user interactions that require one.
|
||||||
//
|
//
|
||||||
|
@ -31,4 +31,4 @@ audioFeedback = (function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
return that;
|
return that;
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue