Browse Source

Merge pull request #354 from creocoder/bs-comment-typo

Bootstrap widget comment typo fix
tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
bf1053436f
  1. 2
      framework/yii/bootstrap/TypeAhead.php

2
framework/yii/bootstrap/TypeAhead.php

@ -32,7 +32,7 @@ use yii\helpers\Html;
* ```php
* echo TypeAhead::widget(array(
* 'name' => 'country',
* 'cloentOptions' => array(
* 'clientOptions' => array(
* 'source' => array('USA', 'ESP'),
* ),
* ));

Loading…
Cancel
Save