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

Unified Diff: utils/apidoc/mdn/search.js

Issue 10889017: Repair bitrot in the utils/apidoc/mdn/ code. It now runs all the way through, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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: utils/apidoc/mdn/search.js
===================================================================
--- utils/apidoc/mdn/search.js (revision 11346)
+++ utils/apidoc/mdn/search.js (working copy)
@@ -11,7 +11,7 @@
fs.mkdirSync('output');
fs.mkdirSync('output/search');
} catch (e) {
- // It doesn't matter if the directories already exist.
+ // It doesn't matter if the directories already exist.
}
function searchForType(type) {

Powered by Google App Engine
This is Rietveld 408576698