mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix failed test
This commit is contained in:
@@ -111,7 +111,7 @@ import gui = require("nw.gui");
|
||||
|
||||
/* MENU ITEM */
|
||||
|
||||
var itemc:nw.gui.MenuItem;
|
||||
var itemc:gui.MenuItem;
|
||||
|
||||
// Create a separator
|
||||
itemc = new gui.MenuItem({ type: 'separator' });
|
||||
|
||||
Reference in New Issue
Block a user