Skip to content

Commit

Permalink
fix: event listener view
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed May 4, 2020
1 parent 4ed2505 commit 377386a
Show file tree
Hide file tree
Showing 12 changed files with 1,131 additions and 16 deletions.
2 changes: 1 addition & 1 deletion front_end/chii_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ Root.allDescriptors.push(
'quick_open',
'inline_editor',
'color_picker',
'event_listeners',
'chii_event_listeners',
'object_ui',
'formatter',
'coverage',
Expand Down
2 changes: 1 addition & 1 deletion front_end/chii_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{ "name": "coverage" },
{ "name": "data_grid" },
{ "name": "diff" },
{ "name": "event_listeners" },
{ "name": "chii_event_listeners" },
{ "name": "formatter" },
{ "name": "heap_snapshot_model" },
{ "name": "inline_editor" },
Expand Down
2 changes: 1 addition & 1 deletion front_end/chii_elements/EventListenersWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/

import * as Common from '../common/common.js';
import * as EventListeners from '../event_listeners/event_listeners.js';
import * as EventListeners from '../chii_event_listeners/chii_event_listeners.js';
import * as SDK from '../sdk/sdk.js';
import * as UI from '../ui/ui.js';

Expand Down
2 changes: 1 addition & 1 deletion front_end/chii_elements/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"className": "Elements.NodeStackTraceWidget"
}
],
"dependencies": ["components", "extensions", "inline_editor", "color_picker", "event_listeners"],
"dependencies": ["components", "extensions", "inline_editor", "color_picker", "chii_event_listeners"],
"scripts": [],
"modules": [
"chii_elements.js",
Expand Down
Loading

0 comments on commit 377386a

Please sign in to comment.