Browse Source

Ignore TypeableCollection

ts-components
Artur Arseniev 3 years ago
parent
commit
7a1f273ffb
  1. 1
      src/domain_abstract/model/TypeableCollection.ts

1
src/domain_abstract/model/TypeableCollection.js → src/domain_abstract/model/TypeableCollection.ts

@ -1,3 +1,4 @@
// @ts-nocheck TODO extend View
import { isFunction } from 'underscore'; import { isFunction } from 'underscore';
import { View, Model } from '../../common'; import { View, Model } from '../../common';
Loading…
Cancel
Save