Opened 11 years ago
Closed 10 years ago
#29157 closed defect (bug) (fixed)
Customizer documentation spike
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Customize | Keywords: | has-patch |
Focuses: | javascript, docs | Cc: |
Description
Gonna document some Koop magic here.
Attachments (2)
Change History (9)
Note: See
TracTickets for help on using
tickets.
In attachment:29157.diff,
add descriptions and JSDocs for a bunch of constructors/methods/functions in
customize-loader.js
andcustomize-base.js
.Move
extend()
to live inapi.Class.extend
for a straightforward code read; doesn't break anything because it's not available outside of the IIFE and was directly applied toapi.Class.extend
after its declaration.