Skip to content

Commit

Permalink
Fixed disableIfEmpty documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstutz committed Aug 7, 2014
1 parent 64ca843 commit 7508a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ <h1><a id="options"></a>Options</h1>
</td>
</tr>
<tr>
<td><code>disableEmpty</code></td>
<td><code>disableIfEmpty</code></td>
<td>
Set to <code>true</code> to disable the select if no options are available.
</td>
Expand All @@ -1125,7 +1125,7 @@ <h1><a id="options"></a>Options</h1>
&lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() {
$(&#39;.multiselect&#39;).multiselect({
disableEmpty: true
disableIfEmpty: true
});
});
&lt;/script&gt;
Expand Down

0 comments on commit 7508a43

Please sign in to comment.