community-apps/applications/nyx-ui/modules/contextMenu/contextMenu.js
2021-10-09 15:04:01 -04:00

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 = {
}