mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-15 06:23:24 -08:00
37 lines
1.1 KiB
JavaScript
37 lines
1.1 KiB
JavaScript
// Copyright 2013-2017 - UDS/CNRS
|
|
// The Aladin Lite program is distributed under the terms
|
|
// of the GNU General Public License version 3.
|
|
//
|
|
// This file is part of Aladin Lite.
|
|
//
|
|
// Aladin Lite is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, version 3 of the License.
|
|
//
|
|
// Aladin Lite is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// The GNU General Public License is available in COPYING file
|
|
// along with Aladin Lite.
|
|
//
|
|
|
|
|
|
|
|
/******************************************************************************
|
|
* Aladin Lite project
|
|
*
|
|
* File Box
|
|
*
|
|
* A Box instance is a GUI element providing a div nested
|
|
* in Aladin Lite parent div
|
|
*
|
|
* Author: Thomas Boch [CDS]
|
|
*
|
|
*****************************************************************************/
|
|
|
|
class ShortcutHelper {
|
|
|
|
static shortcuts = new Map();
|
|
} |