electron/lib/browser/api/views/layout-manager.js
Samuel Attard a524c5ec12
chore: move the view APIs to their own directory (#14722)
* chore: move the view APIs to their own directory

* move view api cpp files
2018-09-28 12:47:09 +10:00

8 lines
159 B
JavaScript

'use strict'
const { LayoutManager } = process.atomBinding('layout_manager')
LayoutManager.prototype._init = function () {
}
module.exports = LayoutManager