From a3c464910e01befa0e84b283257098978a3bf4a1 Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Fri, 17 Oct 2014 12:36:10 -0400 Subject: [PATCH] remove file example. --- lib/storage/file.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/storage/file.js b/lib/storage/file.js index 310e813b30b..fa67174a025 100644 --- a/lib/storage/file.js +++ b/lib/storage/file.js @@ -52,8 +52,6 @@ var STORAGE_UPLOAD_BASE_URL = 'https://www.googleapis.com/upload/storage/v1/b'; * * @alias module:storage/file * @constructor - * - * @example */ function File(bucket, name, metadata) { if (!name) {