Skip to content

Commit

Permalink
Merge pull request #201 from notWhaleB/patch-1
Browse files Browse the repository at this point in the history
add onBlockMove reference
  • Loading branch information
kombai committed Feb 7, 2016
2 parents 8b85229 + 676b986 commit b80e052
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ <h2>Events</h2>
<li> onBlockActive </li>
<li> onBlockFinish </li>
<li> onBlockResize </li>
<li> onBlockMove </li>
</ul>
</div>
<div class="read-more">View detail ...</div>
Expand Down Expand Up @@ -420,6 +421,10 @@ <h3> onBlockFinish </h3>
<h3> onBlockResize </h3>
<div> Fire when block changes the size to fills a gap.</div>
</li>
<li>
<h3> onBlockMove </h3>
<div> Fire when block moves by dragging.</div>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit b80e052

Please sign in to comment.