Merge pull request #1098 from leesei/master

update doc for Overlay
This commit is contained in:
Ian Gilman 2017-01-16 10:12:30 -08:00 committed by GitHub
commit 8a2e9e8070

View File

@ -41,6 +41,7 @@
* compatibility.
* @member OverlayPlacement
* @memberof OpenSeadragon
* @see OpenSeadragon.Placement
* @static
* @readonly
* @type {Object}
@ -400,7 +401,7 @@
* @param {OpenSeadragon.Point|OpenSeadragon.Rect|Object} location
* If an object is specified, the options are the same than the constructor
* except for the element which can not be changed.
* @param {OpenSeadragon.Placement} position
* @param {OpenSeadragon.Placement} placement
*/
update: function(location, placement) {
var options = $.isPlainObject(location) ? location : {