diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-29 16:58:03 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-29 16:58:03 +0200 |
commit | b5c90d12219ca3a0df173ddf085d2353831a8ef6 (patch) | |
tree | fd26569ccacbed57cb47c24cce7863fb060f42cf /src/memidb.ts | |
parent | 1c3346cd534143f4dd56a625b963a1a3acfa83d1 (diff) |
fix remaining lint warnings
Diffstat (limited to 'src/memidb.ts')
-rw-r--r-- | src/memidb.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/memidb.ts b/src/memidb.ts index e36183ffb..fe1d986f1 100644 --- a/src/memidb.ts +++ b/src/memidb.ts @@ -18,6 +18,9 @@ * In-memory implementation of the IndexedDB interface. */ +/* work in progres ... */ +/* tslint:disable */ + interface StoredObject { key: any; |