Fix collect/ensureReady bug

This commit is contained in:
Guillaume Chau
2017-04-22 21:09:03 +02:00
parent b52122da08
commit b5b16dd439
+1 -1
View File
@@ -17,7 +17,7 @@ export class ApolloProvider {
this._collectingOptions = finalOptions
this._isCollecting = true
this._ensureReadyPromise = null
return this.ensureReady
return this.ensureReady.bind(this)
}
ensureReady () {