Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1454)

Unified Diff: Source/devtools/front_end/elements/module.json

Issue 1268353005: [DevTools] Support JQuery event listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/elements/module.json
diff --git a/Source/devtools/front_end/elements/module.json b/Source/devtools/front_end/elements/module.json
index 752902e25d4f63fbcff6b0f72f61f5034d18e3ce..e2301b2c84fc9a8238e17a1e9ef32ebc2c9be289 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -113,7 +113,8 @@
],
"dependencies": [
"components",
- "extensions"
+ "extensions",
+ "frameworks_support"
],
"scripts": [
"BezierUI.js",

Powered by Google App Engine
This is Rietveld 408576698