Ticket #2529620 (closed enhancement)
Reporter Jeff Pihach |
Opened: 12/9/10 Last modified: 08/1/12 Status: closed Type: enhancement Resolution: fixed |
Owner Dav Glass |
Target Release: 3.6.0 Priority: P4 (low) |
|---|---|---|---|
| Summary: | Would like to see a context property in the YQL module | ||
| Description: | Right now if you want the callback to operate in a different context you have to; send it as a param, bind the function or use a reference variable. I would like to see a context property much like |
||
| Type: | enhancement | Observed in Version: | 3.2.0 |
| Component: | YQL | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | 3.6.0 |
| Location: | Library Code | Priority: | P4 (low) |
| Tags: | yql, context | Relates To: | |
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 12/9/10
|
|
Posted: 04/5/12
|
|
Posted: 04/5/12
|
|
Posted: 04/6/12
|
|
Posted: 04/12/12
Fixes #2529620 - Added context property to YQLRequest |
|
Posted: 08/1/12
Shipped in 3.6.0. Marking closed/fixed. |
Jenny Donnelly
I'm not a huge fan of the context object, I would rather wrap it with a bind so it's clear that the context is switching on execution.
I will look into it..