Skip to content

Commit

Permalink
Fixed iconsistent quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian committed May 23, 2013
1 parent f0aa768 commit d2b524b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.checkboxfilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
toggleChecked: true,
toggleVisibility: false
},
labelWrapper: ".label-wrapper",
labelWrapper: '.label-wrapper',
caseSensitive: false
};

Expand Down Expand Up @@ -66,4 +66,4 @@
});
}

}(jQuery, window));
}(jQuery, window));

0 comments on commit d2b524b

Please sign in to comment.