Opened 12 years ago
Closed 12 years ago
#29157 closed defect (bug) (fixed)
Customizer documentation spike
| Reported by: | ericlewis | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Customize | Version: | 4.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | javascript, docs |
Description
Gonna document some Koop magic here.
Attachments (2)
Change History (9)
#4
@
12 years ago
attachment:29157.2.diff is some minor constructor inheritance and clarification on server side code.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In attachment:29157.diff,
add descriptions and JSDocs for a bunch of constructors/methods/functions in
customize-loader.jsandcustomize-base.js.Move
extend()to live inapi.Class.extendfor a straightforward code read; doesn't break anything because it's not available outside of the IIFE and was directly applied toapi.Class.extendafter its declaration.