From 41ee1e27fd6c6c220d6532c3b05318cad7763869 Mon Sep 17 00:00:00 2001 From: Mei-Hui Su Date: Tue, 19 Jan 2016 14:29:15 -0800 Subject: [PATCH] put back the 'options.' --- src/drawer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drawer.js b/src/drawer.js index a9174d2c..4190bbea 100644 --- a/src/drawer.js +++ b/src/drawer.js @@ -370,7 +370,7 @@ $.Drawer.prototype = /** @lends OpenSeadragon.Drawer.prototype */{ * @param {Float} [scale=1] The scale at which tiles were drawn on the sketch. Default is 1. * Use scale to draw at a lower scale and then enlarge onto the main canvas. * @param {OpenSeadragon.Point} [translate] A translation vector that was used to draw the tiles - * @param {String} [compositeOperation] - How the image is composited onto other images; see compositeOperation in {@link OpenSeadragon.Options} for possible values. + * @param {String} [options.compositeOperation] - How the image is composited onto other images; see compositeOperation in {@link OpenSeadragon.Options} for possible values. * @returns {undefined} */ blendSketch: function(opacity, scale, translate, compositeOperation) {