Browse Source

Merge pull request #126 from unki/master

replace dropdown by transition on explaining transition behaviours
mq/doc-dropdown
Jack Lukic 9 years ago
parent
commit
6740235a60
  1. 2
      server/documents/modules/transition.html.eco

2
server/documents/modules/transition.html.eco

@ -503,7 +503,7 @@ type : 'UI Module'
<p>All the following behaviors can be called using the syntax:</p>
<div class="code">
$('.your.element')
.dropdown('behavior name', argumentOne, argumentTwo)
.transition('behavior name', argumentOne, argumentTwo)
;
</div>

Loading…
Cancel
Save