| Index: ui/webui/resources/js/cr/ui/page_manager/page.js
|
| diff --git a/ui/webui/resources/js/cr/ui/page_manager/page.js b/ui/webui/resources/js/cr/ui/page_manager/page.js
|
| index ab9bcc1fd52284cb531bb499bb017afc25871b47..a78da800041e3902acf8689e1690c8a45a66dc99 100644
|
| --- a/ui/webui/resources/js/cr/ui/page_manager/page.js
|
| +++ b/ui/webui/resources/js/cr/ui/page_manager/page.js
|
| @@ -52,7 +52,7 @@ cr.define('cr.ui.pageManager', function() {
|
| /**
|
| * An array of controls that are associated with this page. The first
|
| * control should be located on a root page.
|
| - * @type {Array.<Element>}
|
| + * @type {Array<Element>}
|
| */
|
| associatedControls: null,
|
|
|
|
|