q: Fix lint (#20801)

This commit is contained in:
Andy
2017-10-23 08:08:36 -07:00
committed by GitHub
parent 2d96c29cae
commit 2d90ef60b0

2
types/q/index.d.ts vendored
View File

@@ -382,7 +382,7 @@ declare namespace Q {
/**
* Resets the global "Q" variable to the value it has before Q was loaded.
* This will either be undefined if there was no version or the version of Q which was already loaded before.
* @returns { The last version of Q. }
* @returns The last version of Q.
*/
export function noConflict(): typeof Q;
}