Browse Source

Update document about rating module

The document wrongly stated to use `$(...).modal(...)` to call behaviors.
pull/905/head
jnbt 10 years ago
parent
commit
3e8640f26f
1 changed files with 1 additions and 1 deletions
  1. 2
      server/documents/modules/rating.html.eco

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

@ -215,7 +215,7 @@ type : 'UI Module'
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code">
$('.ui.rating')
.modal('behavior name', argumentOne, argumentTwo)
.rating('behavior name', argumentOne, argumentTwo)
;
</div>

Loading…
Cancel
Save