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