timeoutCallback is optional (#16197)

Add an optional extended description…
This commit is contained in:
Federico Caselli
2017-04-28 14:07:55 -07:00
committed by Sheetal Nandi
parent 73fb208f98
commit 8477fccea4
+1 -1
View File
@@ -19,7 +19,7 @@ declare namespace ReadWriteLock {
interface Options {
scope?: any;
timeout?: number;
timeoutCallback(): void;
timeoutCallback?(): void;
}
}