Skip to content

Commit

Permalink
Merge pull request #46 from cpttripzz/master
Browse files Browse the repository at this point in the history
allow setJsOptions to be chainable
  • Loading branch information
Nayjest committed Apr 27, 2015
2 parents 88977ef + cae4a5d commit 1e17e09
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 1e17e09

Please sign in to comment.