BookClient icon indicating copy to clipboard operation
BookClient copied to clipboard

Update book_rest.js - ability for other models to use this adapter

Open bradwbradw opened this issue 11 years ago • 0 comments

the code at line 111 causes the BASE_URL to persist even if different models (with different base urls) use the same sync adapter, so i added code in the sync method to override BASE_URL with the adapter's config.base_url.

bradwbradw avatar Feb 19 '14 21:02 bradwbradw