Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Erdmann committed Jun 5, 2017
2 parents 14ca7c0 + 64a1c68 commit 50ba921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/form/RangeInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RangeInput extends BaseInputWidget
* @see [yii\helpers\BaseHtml::renderTagAttributes()](http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail)
* for details on how attributes are being rendered.
*/
public $ptions = [];
public $options = [];

/**
* @var array the HTML attributes for the slider element. The following special options are recognized:
Expand Down

0 comments on commit 50ba921

Please sign in to comment.