mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
'use strict'
|
|
|
|
const {LayoutManager} = process.atomBinding('layout_manager')
|
|
|
|
LayoutManager.prototype._init = function () {
|
|
}
|
|
|
|
module.exports = LayoutManager
|