View needs to call constructor on super

This commit is contained in:
Tim Schaub
2013-02-19 14:03:48 -07:00
parent eef683fcdb
commit 3698049543

View File

@@ -23,6 +23,8 @@ ol.ViewHint = {
*/ */
ol.View = function() { ol.View = function() {
goog.base(this);
/** /**
* @private * @private
* @type {Array.<number>} * @type {Array.<number>}