Skip to content

Commit 1be6654

Browse files
Editor: convert to native class (#28731)
1 parent df1a097 commit 1be6654

File tree

5 files changed

+235
-164
lines changed

5 files changed

+235
-164
lines changed

packages/devextreme/js/__internal/core/options/m_index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class Options {
245245
return Object.prototype.hasOwnProperty.call(this._deprecated, name);
246246
}
247247

248-
cache(name, options) {
248+
cache(name, options?: Record<string, unknown>) {
249249
const isGetter = arguments.length < 2;
250250

251251
if (isGetter) {

packages/devextreme/js/__internal/ui/editor.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)