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

Unified Diff: mojo/apps/js/main.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/bindings/connection_unittests.js ('k') | mojo/apps/js/mojo.js » ('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 1250ad1bc72a953f4cd0f8b5f296e76fe8c1199c..8f88f49b68cf6580e40556580dc166714b743e16 100644
--- a/mojo/apps/js/main.js
+++ b/mojo/apps/js/main.js
@@ -14,9 +14,9 @@
define("test", [
"mojo/apps/js/mojo",
- "mojo/public/js/bindings/core",
- "mojo/public/js/bindings/connection",
- "mojo/public/js/bindings/support",
+ "mojo/public/js/core",
+ "mojo/public/js/connection",
+ "mojo/public/js/support",
"mojo/services/public/interfaces/network/network_service.mojom",
"mojo/services/public/interfaces/network/url_loader.mojom",
"console"
« no previous file with comments | « mojo/apps/js/bindings/connection_unittests.js ('k') | mojo/apps/js/mojo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698