chore: there is no need to define _init (#22882)
This commit is contained in:
parent
4ba91c938e
commit
d74ad631e7
3 changed files with 0 additions and 16 deletions
|
@ -1,11 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
const { EventEmitter } = require('events');
|
||||
const { View } = process.electronBinding('view');
|
||||
|
||||
Object.setPrototypeOf(View.prototype, EventEmitter.prototype);
|
||||
|
||||
View.prototype._init = function () {
|
||||
};
|
||||
|
||||
module.exports = View;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue