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

12 lines
228 B
JavaScript
Raw Normal View History

2019-06-20 21:19:08 +00:00
'use strict'
const { EventEmitter } = require('events')
const { View } = process.atomBinding('view')
Object.setPrototypeOf(View.prototype, EventEmitter.prototype)
2019-06-16 20:19:06 +00:00
View.prototype._init = function () {
2019-06-20 21:19:08 +00:00
}
module.exports = View