From fb158e54b69908aa6b0e7373c2a1aeee8051a548 Mon Sep 17 00:00:00 2001 From: Ryan Seys Date: Wed, 29 Apr 2015 11:55:32 -0400 Subject: [PATCH] Add apiResponse to example --- lib/storage/bucket.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/storage/bucket.js b/lib/storage/bucket.js index ace5832f1b2..df27542ce94 100644 --- a/lib/storage/bucket.js +++ b/lib/storage/bucket.js @@ -347,10 +347,10 @@ Bucket.prototype.file = function(name, options) { * @param {function} callback - The callback function. * * @example - * bucket.getFiles(function(err, files, nextQuery) { + * bucket.getFiles(function(err, files, nextQuery, apiResponse) { * if (nextQuery) { * // nextQuery will be non-null if there are more results. - * bucket.getFiles(nextQuery, function(err, files, nextQuery) {}); + * bucket.getFiles(nextQuery, function(err, files, nextQ, apiResponse) {}); * } * * // The `metadata` property is populated for you with the metadata at the