From 3698049543751e19cd944fc2e5c555b2e873c82c Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 19 Feb 2013 14:03:48 -0700 Subject: [PATCH] View needs to call constructor on super --- src/ol/view.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ol/view.js b/src/ol/view.js index 871928073e..f9303af991 100644 --- a/src/ol/view.js +++ b/src/ol/view.js @@ -23,6 +23,8 @@ ol.ViewHint = { */ ol.View = function() { + goog.base(this); + /** * @private * @type {Array.}