mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Remove promise jsdoc (#641)
This patch removes unnecessary "promise" return types in jsdoc for async functions.
This commit is contained in:
committed by
Andrey Lushnikov
parent
62ececb1c7
commit
42fa3af659
@@ -90,7 +90,6 @@ class Helper {
|
||||
/**
|
||||
* @param {!Session} client
|
||||
* @param {!Object} remoteObject
|
||||
* @return {!Promise}
|
||||
*/
|
||||
static async releaseObject(client, remoteObject) {
|
||||
if (!remoteObject.objectId)
|
||||
|
||||
Reference in New Issue
Block a user