mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
widgets: Rename voting_widget to poll_widget.
This ensures greater consistency with our other widgets' naming convention.
This commit is contained in:
@@ -4,7 +4,7 @@ var exports = {};
|
||||
|
||||
var widgets = {};
|
||||
|
||||
widgets.poll = voting_widget;
|
||||
widgets.poll = poll_widget;
|
||||
widgets.tictactoe = tictactoe_widget;
|
||||
widgets.todo = todo_widget;
|
||||
widgets.zform = zform;
|
||||
|
||||
Reference in New Issue
Block a user