silly typo

This commit is contained in:
Antonio Ramirez
2013-05-29 09:45:04 +02:00
parent f6cef5eb70
commit 6ce2f8f137

View File

@@ -68,7 +68,6 @@ class Tabs extends Widget
* - content: string, required if `items` is not set. The content (HTML) of the tab pane. * - content: string, required if `items` is not set. The content (HTML) of the tab pane.
* - contentOptions: optional, array, the HTML attributes of the tab content container. * - contentOptions: optional, array, the HTML attributes of the tab content container.
* ) * )
* ```
*/ */
public $items = array(); public $items = array();
/** /**