Skip to content
Snippets Groups Projects
Commit a11a1fa0 authored by Alexander Rose's avatar Alexander Rose
Browse files

formating

parent 9ab40015
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ export class ThemeRegistry<T extends ColorTheme<any> | SizeTheme<any>> { ...@@ -66,7 +66,7 @@ export class ThemeRegistry<T extends ColorTheme<any> | SizeTheme<any>> {
private _map = new Map<string, ThemeProvider<T, any>>() private _map = new Map<string, ThemeProvider<T, any>>()
private _name = new Map<ThemeProvider<T, any>, string>() private _name = new Map<ThemeProvider<T, any>, string>()
get default() { return this._list[0]; } get default() { return this._list[0] }
get list() { return this._list } get list() { return this._list }
get types(): [string, string][] { return getTypes(this._list) } get types(): [string, string][] { return getTypes(this._list) }
......
import { OrderedSet } from '../mol-data/int';
/** /**
* Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
* *
* @author Alexander Rose <alexander.rose@weirdbyte.de> * @author Alexander Rose <alexander.rose@weirdbyte.de>
*/ */
import { OrderedSet } from '../mol-data/int';
export enum MarkerAction { export enum MarkerAction {
Highlight, Highlight,
RemoveHighlight, RemoveHighlight,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment