Opened 8 years ago
Closed 6 years ago
#1084 closed task (fixed)
Switch to inline definition of public methods
| Reported by: | dstillman | Owned by: | dstillman |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | data layer | Version: | 1.5 |
| Keywords: | Cc: | simon |
Description
e.g., this.foo = function(bar) rather than this.foo = foo; up top and function foo(bar) down below.
For compatibility with JsDoc-2, and since separate definitions aren't particularly necessary once there's JsDoc documentation
Watch for breakage due to intra-object private calling of otherwise public functions.
Change History (2)
comment:1 Changed 6 years ago by dstillman
- Milestone 2.0 Beta 3 deleted
comment:2 Changed 6 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
Ongoing.
Note: See
TracTickets for help on using
tickets.
Milestone 2.0 Beta 3 deleted