mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
'use strict';
|
|
|
|
const { LayoutManager } = process.electronBinding('layout_manager');
|
|
|
|
LayoutManager.prototype._init = function () {
|
|
};
|
|
|
|
module.exports = LayoutManager;
|