mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
Removing grammar fix and carriage return at end of file.
This commit is contained in:
@@ -95,7 +95,7 @@ export namespace PluginStateObject {
|
||||
{ kind: 'dsn6', data: Dsn6File } |
|
||||
{ kind: 'dx', data: DxFile } |
|
||||
{ kind: 'ply', data: PlyFile } |
|
||||
// For non-built-in extensions
|
||||
// For non-build in extensions
|
||||
{ kind: 'custom', data: unknown, tag: string }
|
||||
)
|
||||
export type BlobData = BlobEntry[]
|
||||
@@ -155,4 +155,4 @@ export namespace PluginStateObject {
|
||||
export namespace PluginStateTransform {
|
||||
export const CreateBuiltIn = StateTransformer.factory('ms-plugin');
|
||||
export const BuiltIn = StateTransformer.builderFactory('ms-plugin');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user