Add test for id property of remote object.

This commit is contained in:
Cheng Zhao 2013-07-26 15:53:00 +08:00
parent 47686b3233
commit 511b2a4422
3 changed files with 20 additions and 0 deletions

View file

@ -1,8 +1,13 @@
var app = require('app');
var ipc = require('ipc');
var BrowserWindow = require('browser-window');
var window = null;
ipc.on('message', function() {
ipc.send.apply(this, arguments);
});
process.on('uncaughtException', function() {
window.openDevTools();
});