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

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

Issue 708563002: Move mojo/public/js/bindings/ moves to mojo/public/js/ (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync again 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
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/apps/js/test/js_to_cpp_unittest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/mojo.js
diff --git a/mojo/apps/js/mojo.js b/mojo/apps/js/mojo.js
index 97021883f88a62dc6c4e30838158b92b54d48b25..db0652c1c4e645f2ea2cc813b1359a09279fda3d 100644
--- a/mojo/apps/js/mojo.js
+++ b/mojo/apps/js/mojo.js
@@ -4,8 +4,8 @@
define("mojo/apps/js/mojo", [
"mojo/public/interfaces/application/service_provider.mojom",
- "mojo/public/js/bindings/connection",
- "mojo/public/js/bindings/core",
+ "mojo/public/js/connection",
+ "mojo/public/js/core",
"mojo/apps/js/bridge",
], function(service, connection, core, bridge) {
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/apps/js/test/js_to_cpp_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698