Remove the :evil: loop.

This commit is contained in:
Cheng Zhao 2013-07-10 11:39:49 +08:00
parent 598f3cdcd9
commit 9c52af8253

View file

@ -11,7 +11,6 @@
var ipc = require('ipc');
window.addEventListener('contextmenu', function (e) {
while(1) {}
e.preventDefault();
ipc.send('menu');
}, false);