Changes between Initial Version and Version 1 of Ticket #11011
- Timestamp:
- 12/13/11 15:43:35 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11011
- Property Keywords 1.8-discuss added
- Property Priority changed from undecided to low
- Property Component changed from unfiled to deferred
-
Ticket #11011 – Description
initial v1 1 1 This enhancement is quite simple. There is some concern about $.Callbacks flags being in a string format. I propose to accept objects as an alternative so that you could do both of the following: 2 2 3 {{{ !js3 {{{ 4 4 $.Callbacks( "once memory" ); 5 5 $.Callbacks({
