##// END OF EJS Templates
Fix typo, static msg content c&p from button widget view.
Jonathan Frederic -
Show More
@@ -485,7 +485,7 b' define(["components/underscore/underscore-min",'
485 485
486 486
487 487 send: function(content) {
488 this.model.send({event: 'click'}, this.cell);
488 this.model.send(content, this.cell);
489 489 },
490 490
491 491 update: function() {
General Comments 0
You need to be logged in to leave comments. Login now