Fix typo, static msg content c&p from button widget view.

This commit is contained in:
Jonathan Frederic 2013-11-22 19:30:55 +00:00
parent 6aac36ee13
commit 02db32fe9a

View File

@ -485,7 +485,7 @@ define(["components/underscore/underscore-min",
send: function(content) {
this.model.send({event: 'click'}, this.cell);
this.model.send(content, this.cell);
},
update: function() {