mirror of
https://github.com/overte-org/community-apps.git
synced 2025-08-28 12:26:10 +02:00
27 lines
No EOL
385 B
JavaScript
27 lines
No EOL
385 B
JavaScript
'use strict';
|
|
|
|
//
|
|
// contextMenu.js
|
|
//
|
|
// Created by Kalila L. on Jan 6 2021.
|
|
// Copyright 2021 Vircadia contributors.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
|
|
|
|
function startup() {
|
|
|
|
}
|
|
|
|
startup();
|
|
|
|
Script.scriptEnding.connect(function () {
|
|
|
|
});
|
|
|
|
module.exports = {
|
|
|
|
} |