Skip to content

Commit

Permalink
Wrong class expected in options to Dexie constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Apr 27, 2016
1 parent 08d4bc9 commit 614a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dexie.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare class Dexie {
constructor(databaseName: string, options?: {
addons?: Array<(db: Dexie) => void>,
autoOpen?: boolean,
indexedDB?: IDBDatabase,
indexedDB?: IDBFactory,
IDBKeyRange?: IDBKeyRange
});

Expand Down

0 comments on commit 614a456

Please sign in to comment.