From 43d9ebe51d98d0942a3fd4045db9bca8c359308f Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Fri, 19 Jun 2015 07:24:12 +0000 Subject: [PATCH] Correct docs for updateWhileInteracting --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index bf89432715..12da707d7e 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -3712,7 +3712,7 @@ olx.layer.VectorOptions.prototype.updateWhileAnimating; /** * When set to `true`, feature batches will be recreated during interactions. - * See also `updateWhileInteracting`. Default is `false`. + * See also `updateWhileAnimating`. Default is `false`. * @type {boolean|undefined} * @api */