Skip to content

Commit

Permalink
Merge branch 'fix-7601' of github.com:WordPress/gutenberg into fix-7601
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Aug 12, 2019
2 parents 066ea32 + cabd368 commit 0ceb598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/hooks/src/createHasHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function createHasHook( hooks ) {
* Returns whether any handlers are attached for the given hookName and optional namespace.
*
* @param {string} hookName The name of the hook to check for.
* @param {string} namespace Optional. The unique namespace identifying the callback in the form `vendor/plugin/function`.
* @param {?string} namespace Optional. The unique namespace identifying the callback in the form `vendor/plugin/function`.
*
* @return {boolean} Whether there are handlers that are attached to the given hook.
*/
Expand Down

0 comments on commit 0ceb598

Please sign in to comment.