- Source:
Methods
unpoll(poll) → {Boolean}
Removes an active poll.
Parameters:
Name | Type | Description |
---|---|---|
poll |
String | Object | name of the poll to be removed or the poll object itself |
- Source:
- See:
Returns:
true if poll has been removed, false if poll has not been found
- Type
- Boolean
Example
unpoll('permanent-body-height-poll');
unpoll(pollBodyHeightAndStopIfHighEnough);