Call super instead of BaseObject

This commit is contained in:
Tim Schaub
2018-07-17 14:57:57 -06:00
parent 2f4aa5aa05
commit d855f5ba0a

View File

@@ -52,7 +52,7 @@ class Geolocation extends BaseObject {
*/
constructor(opt_options) {
BaseObject.call(this);
super();
const options = opt_options || {};