Skip to content

Commit

Permalink
allow setJsOptions to be chainable
Browse files Browse the repository at this point in the history
  • Loading branch information
cpttripzz committed Apr 27, 2015
1 parent ef4e997 commit cae4a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Filters/DateRangePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function getJsOptions()
public function setJsOptions($options)
{
$this->js_options = $options;
return $this;
}

public function getStartValue()
Expand Down

0 comments on commit cae4a5d

Please sign in to comment.