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

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

Issue 458753003: Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 70b31cb0264ca75fa33a9fbe71051ef31cd61005..4aff86526e826c7a23f84aad90006755aeb681a0 100644
--- a/Source/devtools/front_end/elements/module.json
+++ b/Source/devtools/front_end/elements/module.json
@@ -39,10 +39,10 @@
"settingName": "colorFormat",
"settingType": "select",
"options": [
- ["As authored", "original"],
- ["HEX: #DAC0DE", "hex", true],
- ["RGB: rgb(128, 255, 255)", "rgb", true],
- ["HSL: hsl(300, 80%, 90%)", "hsl", true]
+ [ "As authored", "original" ],
+ [ "HEX: #DAC0DE", "hex", true ],
+ [ "RGB: rgb(128, 255, 255)", "rgb", true ],
+ [ "HSL: hsl(300, 80%, 90%)", "hsl", true ]
]
},
{
@@ -74,15 +74,5 @@
"settingType": "checkbox"
}
],
- "scripts": [
- "Spectrum.js",
- "DOMSyntaxHighlighter.js",
- "ElementsTreeOutline.js",
- "EventListenersSidebarPane.js",
- "MetricsSidebarPane.js",
- "PlatformFontsSidebarPane.js",
- "PropertiesSidebarPane.js",
- "StylesSidebarPane.js",
- "ElementsPanel.js"
- ]
+ "scripts": [ "ElementsPanel.js" ]
}
« no previous file with comments | « Source/devtools/front_end/elements/_module.js ('k') | Source/devtools/front_end/extensions/ExtensionServer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698