Commit c12d6d41 authored by antoor's avatar antoor

undefined

删减部分无用代码
parent c5edddbc
//
// 菜单栏模块
//
/**
* 菜单栏模块
*/
'use strict';
......@@ -81,9 +81,6 @@ class Menubar {
}
]
}, {
//
// @窗口
//
label: LANG['window']['title'],
submenu: [
{
......@@ -165,4 +162,4 @@ class Menubar {
}
module.exports = Menubar;
\ No newline at end of file
module.exports = Menubar;
......@@ -20,4 +20,4 @@ module.exports = {
{ test: /\.jsx$/, loader: 'babel', query: { presets: ['es2015', 'stage-0'] }}
]
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment