wordpress-develop/src/wp-includes/js/plupload
Anton Timmermans 53f1c74e1c Docs: Improve wp-admin JSDoc structural data globally.
JSDoc takes it structural data from `@namespace`, `@lends` and `@memberOf`. This change fixes these tags for all JavaScript files in the wp-admin folder.

* Add jsdoc configuration to parse wp-admin/js files. Use `jsdoc -c jsdoc.conf.json` to generate JSDoc.
* Define all used namespaces using `@namespace`.
* Define each usage of the extend function as a prototype assignment using `@lends`.
* Add `@alias` if JSDoc cannot detect the correct name automatically.

This has previously been corrected for all `wp-includes` JavaScript files: [41351].

Props herregroen.
Fixes #42485.


git-svn-id: https://develop.svn.wordpress.org/trunk@42403 602fd350-edb4-49c9-b593-d223f7449a82
2017-12-15 13:41:56 +00:00
..
handlers.js Media: Simplify upload error message construction. 2017-05-16 17:57:37 +00:00
license.txt New develop.svn.wordpress.org repository based on the old core.svn repository. 2013-08-07 05:25:25 +00:00
moxie.js Plupload: minify and load plupload.js and moxie.js separately to make them easier to debug. 2017-09-22 20:09:49 +00:00
plupload.js Plupload: 2017-09-01 12:27:49 +00:00
wp-plupload.js Docs: Improve wp-admin JSDoc structural data globally. 2017-12-15 13:41:56 +00:00