Explorar el Código

Add model to onCallButtonClicked event payload

Pete Nicholls hace 11 años
padre
commit
1d3aa9f450
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      converse.js

+ 2 - 1
converse.js

@@ -1172,7 +1172,8 @@
                 ev.stopPropagation();
 
                 converse.emit('onCallButtonClicked', {
-                    connection: converse.connection
+                    connection: converse.connection,
+                    model: this.model
                 });
             },