Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 533421d

Browse files
committed
Document $.fn.taskList method
1 parent 0bae328 commit 533421d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

app/assets/javascripts/task_lists.coffee

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,17 @@
4444
#
4545
# jQuery and crema are required.
4646
#
47-
# ### Events
47+
# ### Methods
48+
#
49+
# `.taskList('enable')` or `.taskList()`
50+
#
51+
# Enables TaskList updates for the container.
52+
#
53+
# `.taskList('disable')`
54+
#
55+
# Disables TaskList updates for the container.
56+
#
57+
## ### Events
4858
#
4959
# `tasklist:enabled`
5060
#

0 commit comments

Comments
 (0)