diff --git a/google-client-loader.html b/google-client-loader.html
index 40340ce..d68323e 100644
--- a/google-client-loader.html
+++ b/google-client-loader.html
@@ -121,7 +121,6 @@
/**
* Returns the loaded API.
- * @type gapi.client
*/
get api() {
if (window.gapi && window.gapi.client &&
@@ -204,7 +203,7 @@
this._createSelfRemovingListener(this.errorEventName));
// Did we get an error when we tried to load this API before?
} else if (_statuses[this.name] == 'error') {
- this._fireError();
+ this._fireError(null);
// Otherwise, looks like we're loading a new API.
} else {
var root;