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