From 8ee39e9ec9182500acac881a12ab28f6d02d1a5e Mon Sep 17 00:00:00 2001 From: unki Date: Wed, 23 Sep 2015 16:28:09 +0200 Subject: [PATCH] replace dropdown by transition on explaining transition behaviours --- server/documents/modules/transition.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/documents/modules/transition.html.eco b/server/documents/modules/transition.html.eco index 68c8d0686..f076ba786 100755 --- a/server/documents/modules/transition.html.eco +++ b/server/documents/modules/transition.html.eco @@ -503,7 +503,7 @@ type : 'UI Module'

All the following behaviors can be called using the syntax:

$('.your.element') - .dropdown('behavior name', argumentOne, argumentTwo) + .transition('behavior name', argumentOne, argumentTwo) ;