stretchr / sdk-js

HTML5 and JavaScript SDK for Stretchr
http://docs.stretchr.com/sdks/javascript.md
3 stars 0 forks source link

response.changes() doesn't return the correct values #16

Closed mazondo closed 10 years ago

mazondo commented 10 years ago

The backbone code looks for change info in response["~changes"], but the stretchr sdk right now looks in response.data()["~changes"]. The fixtures in stretchr suggest that response["~changes"] is right.

Wanted to check with @matryer before i make the change, is there a change upcoming I should know about?

matryer commented 10 years ago

This is well spotted. Will fix now.

mazondo commented 10 years ago

verified.