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

Unified Diff: Source/devtools/front_end/cm/markselection.js

Issue 354833004: DevTools: [CodeMirror] roll CodeMirror to version @e20d175 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 6 years, 6 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
« no previous file with comments | « Source/devtools/front_end/cm/javascript.js ('k') | Source/devtools/front_end/cm/matchbrackets.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/cm/markselection.js
diff --git a/Source/devtools/front_end/cm/markselection.js b/Source/devtools/front_end/cm/markselection.js
index ae0d393143845f055178aa1fefdd63038e66eed4..5c42d21eb2d0d00e65d7a1fe139cf767f2ead084 100644
--- a/Source/devtools/front_end/cm/markselection.js
+++ b/Source/devtools/front_end/cm/markselection.js
@@ -1,3 +1,6 @@
+// CodeMirror, copyright (c) by Marijn Haverbeke and others
+// Distributed under an MIT license: http://codemirror.net/LICENSE
+
// Because sometimes you need to mark the selected *text*.
//
// Adds an option 'styleSelectedText' which, when enabled, gives
« no previous file with comments | « Source/devtools/front_end/cm/javascript.js ('k') | Source/devtools/front_end/cm/matchbrackets.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698