Site Health: Declare ClipboardJS global to fix JSHint issue.

See #46647.

git-svn-id: https://develop.svn.wordpress.org/trunk@45055 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-03-28 18:37:17 +00:00
parent 77c1afd744
commit b522f1ad8c

View File

@ -4,7 +4,7 @@
* @output wp-admin/js/site-health.js
*/
/* global ajaxurl, SiteHealth, wp */
/* global ajaxurl, ClipboardJS, SiteHealth, wp */
jQuery( document ).ready( function( $ ) {