Call super instead of BaseObject
This commit is contained in:
@@ -52,7 +52,7 @@ class Geolocation extends BaseObject {
|
||||
*/
|
||||
constructor(opt_options) {
|
||||
|
||||
BaseObject.call(this);
|
||||
super();
|
||||
|
||||
const options = opt_options || {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user