Skip to content

Commit 415aedb

Browse files
committed
Fixed wrong header comment.
1 parent 4016ab0 commit 415aedb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dexie/dexie.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Type definitions for Dexie 1.3.1
22
// Project: https://github.com/dfahlander/Dexie.js
33
// Definitions by: David Fahlander <http://github.com/dfahlander>
4-
// Date Wed Mar 09 2016
54

65
interface Thenable<R> {
76
then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable<U>;

0 commit comments

Comments
 (0)