yandex / mapsapi-modules

Async modular system
132 stars 29 forks source link

add possibility to create multiple storages #15

Closed qfox closed 10 years ago

qfox commented 10 years ago

fixes #14.

@dfilatov Please review it. And tell me please how I we can test it? Maybe we can write some tests?

dfilatov commented 10 years ago

There are too much .bind, .call, etc. I'll try to implement this without them. Ok?

qfox commented 10 years ago

Thanks! I can help you if you tell me how to do it easier.

dfilatov commented 10 years ago

See 466ed3d. Maybe i missed some points.

qfox commented 10 years ago

Wow. The only difference is in create method after create. But it's ok. I'll try it right now.

qfox commented 10 years ago

Yeah. looks good ;-) Thanks!