Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
pfiller committed Dec 11, 2012
1 parent 064c83e commit c83ec51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion chosen/chosen.proto.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,9 @@ Copyright (c) 2011 by Harvest
if (this.form_field.className) {
container_classes.push(this.form_field.className);
}
if (this.is_rtl) container_classes.push("chzn-rtl");
if (this.is_rtl) {
container_classes.push("chzn-rtl");
}
this.f_width = this.form_field.getStyle("width") ? parseInt(this.form_field.getStyle("width"), 10) : this.form_field.getWidth();
container_props = {
'id': this.container_id,
Expand Down
Loading

0 comments on commit c83ec51

Please sign in to comment.