Browse Source

Merge pull request #369 from slobo/patch-2

Update sidebar.html.eco
pull/373/head
Jack Lukic 11 years ago
parent
commit
bf5a71886a
1 changed files with 2 additions and 2 deletions
  1. 4
      server/documents/modules/sidebar.html.eco

4
server/documents/modules/sidebar.html.eco

@ -344,7 +344,7 @@ type : 'UI Module'
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p> <p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.your.element') $('.your.element')
.dropdown('behavior name', argumentOne, argumentTwo)
.sidebar('behavior name', argumentOne, argumentTwo)
; ;
</div> </div>
@ -612,4 +612,4 @@ type : 'UI Module'
</div> </div>
</body> </body>
</html>
</html>
Loading…
Cancel
Save