davidkudera/google-maps-loader

Promises API not supported.

Closed this issue · 1 comments

I checked and this comes directly from the code.
The object I get back calling GoogleMapsLoader.load(...) still has promises interface instead (but with prototype: GoogleMapsLoader.load.promiseError).

Why is that?

It's there only for back compatibility. At the begining this library used q promises, but this was in later releases.

I could probably remove it completly now.

e7677e9