Improve type checking in ol.render.canvas.Replay

This commit is contained in:
Tom Payne
2013-11-18 14:21:19 +01:00
parent f93ae0392a
commit adfc56b14c
+1 -1
View File
@@ -40,7 +40,7 @@ ol.render.canvas.Replay = function() {
/** /**
* @protected * @protected
* @type {Array} * @type {Array.<*>}
*/ */
this.instructions = []; this.instructions = [];