Skip to content

Commit

Permalink
Merge pull request #1457 from crazedgremlin/master
Browse files Browse the repository at this point in the history
incorrect javascript object notation (missing curly braces)
  • Loading branch information
tjschuck committed Aug 7, 2013
2 parents 874d222 + 8f957a9 commit 9cf12f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ <h2><a name="options" class="anchor" href="#options">Options</a></h2>

<h3>Example:</h3>
<pre>
<code class="language-javascript">$(".my_select_box").chosen(
<code class="language-javascript">$(".my_select_box").chosen({
disable_search_threshold: 10,
no_results_text: "Oops, nothing found!",
width: "95%"
);</code>
});</code>
</pre>

<table class="docs-table">
Expand Down

0 comments on commit 9cf12f9

Please sign in to comment.