Skip to content

Commit d8da6f5

Browse files
Editor: convert to ES6 class (DevExpress#28731) (DevExpress#28760)
1 parent 0da61a6 commit d8da6f5

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)