Show More
@@ -106,9 +106,9 b' define([' | |||||
106 | console.error('Comm promise not found for comm id ' + content.comm_id); |
|
106 | console.error('Comm promise not found for comm id ' + content.comm_id); | |
107 | return; |
|
107 | return; | |
108 | } |
|
108 | } | |
109 |
|
109 | var that = this; | ||
110 | this.comms[content.comm_id] = this.comms[content.comm_id].then(function(comm) { |
|
110 | this.comms[content.comm_id] = this.comms[content.comm_id].then(function(comm) { | |
111 |
th |
|
111 | that.unregister_comm(comm); | |
112 | try { |
|
112 | try { | |
113 | comm.handle_close(msg); |
|
113 | comm.handle_close(msg); | |
114 | } catch (e) { |
|
114 | } catch (e) { |
General Comments 0
You need to be logged in to leave comments.
Login now