From 3e8640f26f3e70f7029d2cafba08eb91697b470c Mon Sep 17 00:00:00 2001 From: jnbt Date: Wed, 25 Jun 2014 12:46:55 +0200 Subject: [PATCH] Update document about rating module The document wrongly stated to use `$(...).modal(...)` to call behaviors. --- server/documents/modules/rating.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/documents/modules/rating.html.eco b/server/documents/modules/rating.html.eco index ddd3cc3b4..bf897d392 100755 --- a/server/documents/modules/rating.html.eco +++ b/server/documents/modules/rating.html.eco @@ -215,7 +215,7 @@ type : 'UI Module'

All the following behaviors can be called using the syntax:

$('.ui.rating') - .modal('behavior name', argumentOne, argumentTwo) + .rating('behavior name', argumentOne, argumentTwo) ;