viezel / napp.alloy.adapter.restapi

RestAPI Sync Adapter for Titanium Alloy Framework
197 stars 102 forks source link

handle error on backbone 1.1.2 #81

Closed dulmandakh closed 8 years ago

dulmandakh commented 8 years ago

wrapError method of backbone differs between version 0.9.2 and 1.1.2, so this change will make restapi.js works on both versions smoothly.

More details: wrapError of Backbone 0.9.2 accepts model and response as parameters, but 1.1.2 accepts only response.

viezel commented 8 years ago

Cheers. Good catch! :+1: