Skip to content

Commit

Permalink
Document new deferreds modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Nov 24, 2013
1 parent 6a460de commit 8457096
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,21 @@ href="https://github.com/madrobby/zepto/blob/master/src/data.js#files">data</a><
objects in memory.
</td>
</tr>
<tr>
<th><a href="https://github.com/madrobby/zepto/blob/master/src/deferred.js#files">deferred</a></th>
<td></td>
<td>
Provides <code>$.Deferred</code> promises API.
Depends on the "callbacks" module.
</td>
</tr>
<tr>
<th><a href="https://github.com/madrobby/zepto/blob/master/src/callbacks.js#files">callbacks</a></th>
<td></td>
<td>
Provides <code>$.Callbacks</code> for use in "deferred" module.
</td>
</tr>
<tr>
<th><a
href="https://github.com/madrobby/zepto/blob/master/src/selector.js#files">selector</a></th>
Expand Down

0 comments on commit 8457096

Please sign in to comment.