electron/lib/browser/api/view.js

9 lines
184 B
JavaScript
Raw Normal View History

2018-05-07 05:52:25 +00:00
'use strict'
const {EventEmitter} = require('events')
const {View} = process.atomBinding('view')
Object.setPrototypeOf(View.prototype, EventEmitter.prototype)
module.exports = View