Skip to content

Commit

Permalink
Update src/cell.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Apr 25, 2012
1 parent b6a9a81 commit 5bd223e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cell.js
Expand Up @@ -110,7 +110,7 @@ CELL.cell = function(spec, my) {
* refresh method.
*/
bind = function() {
my.hdlr = my.hdl ||
my.hdlr = my.hdlr ||
function() {
var args = Array.prototype.slice.call(arguments);
that['emit'].apply(this, args);
Expand Down

0 comments on commit 5bd223e

Please sign in to comment.