Docs: Improve JavaScript documentation in color-picker.js.

Add and improve JSDOC blocks.

Props carolinegeven, jjcomack, jipmoors.
Fixes #41063.



Built from https://develop.svn.wordpress.org/trunk@41264


git-svn-id: http://core.svn.wordpress.org/trunk@41104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Adam Silverstein
2017-08-18 13:10:44 +00:00
parent 61d683989f
commit d856eda571
2 changed files with 159 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41263';
$wp_version = '4.9-alpha-41264';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.