blob: 0504caedb6cbeb46e2280b77c52f957e4425cb3a [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
class MenuItemUpdateEvent extends Event {
constructor() {
/**
* @type {!cr.ui.MenuButton}
*/
this.menuButton;
}
}