canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

if ajax is passed to `baseMap` or `superMap` don't overwrite it. #349

Open justinbmeyer opened 7 years ago

justinbmeyer commented 7 years ago

if the ajax option is passed to supermap, we shouldn't be doing this:

https://github.com/canjs/can-connect/blob/master/can/base-map/base-map.js#L34

We should make sure can-rest-model and such work this way too.