Browse Source

Format

pull/6093/head
Artur Arseniev 1 year ago
parent
commit
df2d4f64d9
  1. 2
      src/common/index.ts

2
src/common/index.ts

@ -14,7 +14,7 @@ export type DisableOptions = { fromMove?: boolean };
export type LocaleOptions = { locale?: boolean };
export type WithHTMLParserOptions = { parserOptions?: HTMLParserOptions; };
export type WithHTMLParserOptions = { parserOptions?: HTMLParserOptions };
export type RemoveOptions = Backbone.Silenceable;

Loading…
Cancel
Save