Skip to content

Commit 17ad906

Browse files
committed
Merge pull request #108 from dahquan/patch-1
Update dimmer.html, missing quote on example
2 parents 30032e8 + 86663cf commit 17ad906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/modules/dimmer.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ themes : ['Default']
258258
<p>You can display a dimmer by either invoking .dimmer('show') on a section or a dimmer itself. If you choose to dim a dimmable section, a dimmer will automatically be created.</p>
259259
<div class="ignored code">
260260
// these two are the same
261-
$('.ui.dimmable)
261+
$('.ui.dimmable')
262262
.dimmer('show')
263263
;
264264
$('.ui.dimmable .dimmer')

0 commit comments

Comments
 (0)