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

Unified Diff: mojo/apps/js/main.js

Issue 701933004: Change mojo url to always use mojo:foo instead of mojo://foo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove calls to AddStandardScheme Created 6 years, 1 month 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: mojo/apps/js/main.js
diff --git a/mojo/apps/js/main.js b/mojo/apps/js/main.js
index 1250ad1bc72a953f4cd0f8b5f296e76fe8c1199c..1dd3cb4c87c8b0b695c161d6381cd1c6db5f43b7 100644
--- a/mojo/apps/js/main.js
+++ b/mojo/apps/js/main.js
@@ -9,7 +9,7 @@
// example:
// (cd YOUR_DIR/mojo/apps/js; python -m SimpleHTTPServer ) &
// mojo_shell \
-// --content-handlers=application/javascript,mojo://js_content_handler \
+// --content-handlers=application/javascript,mojo:js_content_handler \
// http://localhost:8000/test.js
define("test", [

Powered by Google App Engine
This is Rietveld 408576698