brianleroux / xui

A tiny javascript framework for mobile web apps.
http://github.com/xui/xui
391 stars 159 forks source link

XHR headers need moving #7

Closed ryantownsend closed 14 years ago

ryantownsend commented 14 years ago

Line 104-108 where headers are set in xhr.js should be moved to after the 'open' command, otherwise you might get an exception (e.g INVALID_STATE_ERR: DOM Exception 11).

brianleroux commented 14 years ago

done and done!