| Index: ui/file_manager/file_manager/foreground/js/navigation_list_model.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/navigation_list_model.js b/ui/file_manager/file_manager/foreground/js/navigation_list_model.js
|
| index 51d6653f7a6b485d3a8e50b2d4234af4ff9053e3..a817289675397e7d046cd652602d7ce026a9a2b6 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/navigation_list_model.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/navigation_list_model.js
|
| @@ -16,7 +16,6 @@ var NavigationModelItemType = {
|
| * @param {string} label
|
| * @param {NavigationModelItemType} type
|
| * @constructor
|
| - * @suppress {checkStructDictInheritance}
|
| * @struct
|
| */
|
| function NavigationModelItem(label, type) {
|
| @@ -36,7 +35,6 @@ NavigationModelItem.prototype = /** @struct */ {
|
| * @param {!DirectoryEntry} entry Entry. Cannot be null.
|
| * @constructor
|
| * @extends {NavigationModelItem}
|
| - * @suppress {checkStructDictInheritance}
|
| * @struct
|
| */
|
| function NavigationModelShortcutItem(label, entry) {
|
| @@ -79,7 +77,6 @@ NavigationModelVolumeItem.prototype = /** @struct */ {
|
| * @param {string} icon Name of an icon on the menu button.
|
| * @constructor
|
| * @extends {NavigationModelItem}
|
| - * @suppress {checkStructDictInheritance}
|
| * @struct
|
| */
|
| function NavigationModelMenuItem(label, menu, icon) {
|
|
|