Skip to content

Commit

Permalink
doc fix- missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomba committed Apr 10, 2012
1 parent cc1d0ff commit 3aaed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/zii/widgets/jui/CJuiSliderInput.php
Expand Up @@ -40,7 +40,7 @@
* $this->widget('zii.widgets.jui.CJuiSliderInput', array(
* 'model'=>$model,
* 'attribute'=>'timeMin',
* 'maxAttribute'=>'timeMax,
* 'maxAttribute'=>'timeMax',
* // additional javascript options for the slider plugin
* 'options'=>array(
* 'range'=>true,
Expand Down

0 comments on commit 3aaed2c

Please sign in to comment.