remove question mark since all object properties are nullable by default

This commit is contained in:
Bart van den Eijnden
2013-11-05 17:11:40 +01:00
parent 2fc884a3d9
commit 498d05a44c

View File

@@ -30,7 +30,7 @@ ol.control.Control = function(options) {
/**
* @private
* @type {?Element}
* @type {Element}
*/
this.target_ = goog.isDef(options.target) ?
goog.dom.getElement(options.target) : null;