- Timestamp:
- 03/12/14 02:27:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/model/classes/responses.js
r492 r509 81 81 contentType: 'application/json', 82 82 rawBody: body 83 }).otherwise(lang.hitch(this,'_deserializeError')); 83 }).then(function(result){ 84 return result; 85 },lang.hitch(this,'_deserializeError')); 84 86 } 85 87 });
Note: See TracChangeset
for help on using the changeset viewer.