Skip to content

Commit

Permalink
Fix code spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Serhienko committed Dec 31, 2016
1 parent a71c577 commit d0ac7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ChosenSelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ public function init()
{
parent::init();

if(empty($this->options['data-placeholder'])) {
if(empty($this->options['data-placeholder'])) {
$this->options['data-placeholder'] = 'Please select...';
}
if(empty($this->options['multiple'])) {
if(empty($this->options['multiple'])) {
$this->options['multiple'] = false;
}
if(empty($this->pluginOptions['width'])) {
if(empty($this->pluginOptions['width'])) {
$this->pluginOptions['width'] = '100%';
}
}
Expand Down

0 comments on commit d0ac7a3

Please sign in to comment.