From a691fbb37e89b8ea6b2d61531476cab327462583 Mon Sep 17 00:00:00 2001
From: Alan Aberdeen <alanaberdeen@gmail.com>
Date: Thu, 14 Jun 2018 21:50:45 +0100
Subject: [PATCH] Add note that source in viewer.js is depreciated

source is in viewer.js for backwards compatibility. It is not an official part of the API and should not be relied upon.
---
 src/viewer.js | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/viewer.js b/src/viewer.js
index 6327452d..40373863 100644
--- a/src/viewer.js
+++ b/src/viewer.js
@@ -145,11 +145,8 @@ $.Viewer = function( options ) {
 
         //These are originally not part options but declared as members
         //in initialize.  It's still considered idiomatic to put them here
-        /**
-         * The {@link OpenSeadragon.TileSource} that defines the TiledImage.
-         * @member {OpenSeadragon.TileSource} source
-         * @memberof OpenSeadragon.Viewer#
-         */
+        //source is here for backwards compatibility. It is not an official
+        //part of the API and should not be relied upon.
         source:         null,
         /**
          * Handles rendering of tiles in the viewer. Created for each TileSource opened.