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

Unified Diff: mojo/public/js/connection.js

Issue 2578333002: Mojo JS bindings: BindingSet support. (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: mojo/public/js/connection.js
diff --git a/mojo/public/js/connection.js b/mojo/public/js/connection.js
index 063cbe485e4340e0eae909042a8a2affbf26ff5f..63c6691aa8fafd76f3aa25d35ea52e6103bce32a 100644
--- a/mojo/public/js/connection.js
+++ b/mojo/public/js/connection.js
@@ -8,6 +8,9 @@ define("mojo/public/js/connection", [
"mojo/public/js/router",
], function(connector, core, router) {
+ // TODO(yzshen): This module should only be used by the JS bindings internally
+ // and it will be removed soon.
+
var Router = router.Router;
var TestConnector = connector.TestConnector;
var TestRouter = router.TestRouter;
« no previous file with comments | « mojo/public/js/bindings.js ('k') | mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698