Skip to content

Commit 1e9ab36

Browse files
authored
Merge pull request #206 from JamiesWhiteShirt/patch-1
Remove JS syntax error in dropdown example
2 parents fcdcc51 + 8d32f90 commit 1e9ab36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/modules/dropdown.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ themes : ['Default', 'GitHub', 'Material']
20912091
.dropdown({
20922092
action: function(text, value) {
20932093
// nothing built in occurs
2094-
})
2094+
}
20952095
})
20962096
;
20972097
</div>

0 commit comments

Comments
 (0)