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

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

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « mojo/apps/js/BUILD.gn ('k') | mojo/examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/main.js
diff --git a/mojo/apps/js/main.js b/mojo/apps/js/main.js
index 010146fa3de3ee1f009d5090a8b59740be6b8996..f8be85c3f77cf85c9564b63b42a05f04a40ab1fe 100644
--- a/mojo/apps/js/main.js
+++ b/mojo/apps/js/main.js
@@ -5,11 +5,11 @@
// This trivial app just loads "cnn.com" using the Mojo Network and URLLoader
// services and then prints a brief summary of the response.
//
-// To run it using js_standalone (don't forget the quotes):
+// To run it using mojo_js_standalone (don't forget the quotes):
// mojo_shell 'mojo://js_standalone THIS_DIR/main.js'
//
-// To run it using js_content_handler this file must be specified as a URL. For
-// example:
+// To run it using mojo_js_content handler this file must be specified as
+// a URL. For example:
// (cd YOUR_DIR/mojo/apps/js; python -m SimpleHTTPServer ) &
// mojo_shell \
// --content-handlers=application/javascript,mojo://js_content_handler \
« no previous file with comments | « mojo/apps/js/BUILD.gn ('k') | mojo/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698