Change example option

This commit is contained in:
Alexander Kochetov
2013-05-30 00:25:14 +04:00
parent 77e34ac91f
commit 670a16200d

View File

@@ -17,7 +17,7 @@ use yii\helpers\Html;
* ```php * ```php
* Draggable::begin(array( * Draggable::begin(array(
* 'clientOptions' => array( * 'clientOptions' => array(
* 'modal' => true, * 'grid' => array(50, 20),
* ), * ),
* )); * ));
* *