| 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", [
|
|
|