Add curly braces in type annotation
This commit is contained in:
@@ -217,7 +217,7 @@ ol.View.prototype.animate = function(var_args) {
|
|||||||
}
|
}
|
||||||
var series = [];
|
var series = [];
|
||||||
for (var i = 0; i < animationCount; ++i) {
|
for (var i = 0; i < animationCount; ++i) {
|
||||||
var options = /** @type olx.AnimationOptions */ (arguments[i]);
|
var options = /** @type {olx.AnimationOptions} */ (arguments[i]);
|
||||||
|
|
||||||
var animation = /** @type {ol.ViewAnimation} */ ({
|
var animation = /** @type {ol.ViewAnimation} */ ({
|
||||||
start: start,
|
start: start,
|
||||||
|
|||||||
Reference in New Issue
Block a user