asarfuckery/electronasar/canary/browser/api/view.js

12 lines
228 B
JavaScript
Raw Normal View History

2019-05-18 17:55:03 +00:00
'use strict'
const { EventEmitter } = require('events')
const { View } = process.atomBinding('view')
Object.setPrototypeOf(View.prototype, EventEmitter.prototype)
2019-02-06 20:27:58 +00:00
View.prototype._init = function () {
2019-05-18 17:55:03 +00:00
}
module.exports = View