💄 Restore old settings in app specs.

This commit is contained in:
Cheng Zhao 2013-12-06 14:54:29 +08:00
parent 623e0f3ae4
commit 0a63395b0f
2 changed files with 2 additions and 1 deletions

View file

@ -80,7 +80,6 @@ callFunction = (event, processId, routingId, func, caller, args) ->
# Send by BrowserWindow when its render view is deleted.
process.on 'ATOM_BROWSER_RELEASE_RENDER_VIEW', (processId, routingId) ->
console.log 'ATOM_BROWSER_RELEASE_RENDER_VIEW', processId, routingId
objectsRegistry.clear processId, routingId
ipc.on 'ATOM_BROWSER_REQUIRE', (event, processId, routingId, module) ->