From 0835f878c03707a9cae32474b033da370680a7da 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 Former-commit-id: 0d9920e7806a9e9c242d9f376c1b79304ff8f311 Former-commit-id: 79e867886f116831a8e1a5b573ab7e72c100e3db --- 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') ;