8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
'use strict'
|
|
|
|
const { LayoutManager } = process.electronBinding('layout_manager')
|
|
|
|
LayoutManager.prototype._init = function () {
|
|
}
|
|
|
|
module.exports = LayoutManager
|