This commit is contained in:
Cheng Zhao 2013-04-29 19:56:12 +08:00
parent ae0e7ade78
commit 1f1f6abd78

View file

@ -87,7 +87,6 @@ ipc.on 'ATOM_RENDERER_FUNCTION_CALL', (callbackId, args) ->
# Browser releases a callback in renderer. # Browser releases a callback in renderer.
ipc.on 'ATOM_RENDERER_DEREFERENCE', (callbackId) -> ipc.on 'ATOM_RENDERER_DEREFERENCE', (callbackId) ->
console.log callbackId
callbacksRegistry.remove callbackId callbacksRegistry.remove callbackId
# Get remote module. # Get remote module.