mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-06 15:29:38 +02:00
13 lines
369 B
JavaScript
13 lines
369 B
JavaScript
//
|
|
// marketplacesDirectory.js
|
|
//
|
|
// Created by David Rowe on 12 Nov 2016.
|
|
// Copyright 2016 High Fidelity, Inc.
|
|
//
|
|
// Injected into marketplaces directory page.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
console.log("Hello from marketplacesDirectory.js");
|