Skip to content

Commit ef942cc

Browse files
committed
scope render function
1 parent b8c1c8c commit ef942cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascripts/controllers/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ window.Messages = Spine.Controller.create({
4040
"keydown .new textarea": "checkCreate",
4141
},
4242

43-
scoped: ["changeChannel", "addNew", "addOne"],
43+
scoped: ["changeChannel", "addNew", "addOne", "render"],
4444

4545
handle: $("meta[name=handle]").attr("content"),
4646

0 commit comments

Comments
 (0)