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

Unified Diff: mojo/services/public/js/application.js

Issue 825613004: Mojo JS Bindings: fix the demos (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/public/js/connector.js ('k') | services/js/echo_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/js/application.js
diff --git a/mojo/services/public/js/application.js b/mojo/services/public/js/application.js
index 452d561fef5f48164c47b3a90e634cc2bc610d0e..a50f84c4fe353e5147641524b22af647a2bf8826 100644
--- a/mojo/services/public/js/application.js
+++ b/mojo/services/public/js/application.js
@@ -32,7 +32,7 @@ define("mojo/services/public/js/application", [
var exposedServiceProvider =
new ServiceProvider(exposedServiceProviderProxy);
- this.exposedServiceProviders.push(exposedServiceProvider)
+ this.exposedServiceProviders.push(exposedServiceProvider);
this.acceptConnection(url, serviceProvider, exposedServiceProvider);
}
« no previous file with comments | « mojo/public/js/connector.js ('k') | services/js/echo_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698