Ticket #964 (closed defect: fixed)
Error in Request.JSON, trunk1533.
| Reported by: | danillos | Owned by: | |
|---|---|---|---|
| Type: | defect | Priority: | major |
| Milestone: | Mootools version 1.2 | Component: | Core |
| Keywords: | Cc: |
Description
I found an error in Request.JSON, trunk1533.
Error:
This.headers has no properties
[Break on this error] this.headers.extend (( 'Accept': 'application / json', 'X-Request': 'JSON'));
Pick two requests in each link
Http://www.sook.com.br/mt/trunk1527.html [OK]
Http://www.sook.com.br/mt/trunk1533.html [This trunk have one error]
When you make a second request in 1533 launches an error.
PS: Please see in firebug.
Change History
Note: See
TracTickets for help on using
tickets.