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

Side by Side Diff: examples/js/world.js

Issue 757703002: Creates a JavaScript Applicaiton (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Changes per review feedback Created 6 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 #!mojo:js_content_handler
2 // See hello.js.
3 define("main", ["console"], function(console) {
4 function Application(shell, url) {
5 console.log(url + ": World");
6 }
7
8 Application.prototype.initialize = function(args) {
9 }
10
11 Application.prototype.acceptConnection = function(url, serviceProvider) {
12 }
13
14 return Application;
15 });
OLDNEW
« no previous file with comments | « examples/js/main.js ('k') | gin/modules/module_registry.cc » ('j') | services/js/js_app_shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698