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

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

Issue 2405093003: [WIP] Mojo native bindings interface.
Patch Set: cleanup 2 Created 4 years, 2 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
Index: mojo/public/js/bindings.js
diff --git a/mojo/public/js/bindings.js b/mojo/public/js/bindings.js
index 2fdcae39f30d17114602f3602299670eed5c1884..bd55c8723a3f9a5734e52eeb99e770b48e59354d 100644
--- a/mojo/public/js/bindings.js
+++ b/mojo/public/js/bindings.js
@@ -4,8 +4,7 @@
define("mojo/public/js/bindings", [
"mojo/public/js/router",
- "mojo/public/js/core",
-], function(router, core) {
+], function(router) {
var Router = router.Router;

Powered by Google App Engine
This is Rietveld 408576698