From 0d9920e7806a9e9c242d9f376c1b79304ff8f311 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 30 Sep 2013 12:40:46 -0400 Subject: [PATCH] fixes typo in docs #107 --- node/src/documents/modules/dropdown.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/documents/modules/dropdown.html.eco b/node/src/documents/modules/dropdown.html.eco index c03185d72..02386db99 100755 --- a/node/src/documents/modules/dropdown.html.eco +++ b/node/src/documents/modules/dropdown.html.eco @@ -415,7 +415,7 @@ type : 'UI Module'

A dropdown can hide its menu

$('.ui.dropdown') - .dropdown('show') + .dropdown('hide') ;