| Index: ui/webui/resources/js/cr/ui/context_menu_button.js
|
| diff --git a/ui/webui/resources/js/cr/ui/context_menu_button.js b/ui/webui/resources/js/cr/ui/context_menu_button.js
|
| index 51d1b52f57fb36ab2be96c435bc847b5afc23ebe..aadf8405c95b80559c92ef0005f4b97e4ba9d3da 100644
|
| --- a/ui/webui/resources/js/cr/ui/context_menu_button.js
|
| +++ b/ui/webui/resources/js/cr/ui/context_menu_button.js
|
| @@ -86,7 +86,5 @@ cr.define('cr.ui', function() {
|
| };
|
|
|
| // Export
|
| - return {
|
| - ContextMenuButton: ContextMenuButton
|
| - };
|
| + return {ContextMenuButton: ContextMenuButton};
|
| });
|
|
|