@@ -16,9 +16,9 @@ |
||
16 | 16 | class OpenLayers extends Widget |
17 | 17 | { |
18 | 18 | /** |
19 | - * @var array the HTML attributes for the container div of this widget. |
|
20 | - * @see \yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. |
|
21 | - */ |
|
19 | + * @var array the HTML attributes for the container div of this widget. |
|
20 | + * @see \yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. |
|
21 | + */ |
|
22 | 22 | public $options = []; |
23 | 23 | /** |
24 | 24 | * The properties to be passed to the OpenLayers Map() constructor. In order to ease passing complex javascript structures, some simplifications are supported. |