Replace remaining goog.inherits

This commit is contained in:
Peter Robins
2016-07-01 08:45:15 +00:00
parent 6d41e87ff5
commit f196ed8102
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ ol.DeviceOrientation = function(opt_options) {
this.setTracking(options.tracking !== undefined ? options.tracking : false);
};
goog.inherits(ol.DeviceOrientation, ol.Object);
ol.inherits(ol.DeviceOrientation, ol.Object);
/**