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

Unified Diff: mojo/public/js/core_unittests.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/public/js/core.js ('k') | mojo/public/js/router.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/core_unittests.js
diff --git a/mojo/public/js/bindings/core_unittests.js b/mojo/public/js/core_unittests.js
similarity index 99%
rename from mojo/public/js/bindings/core_unittests.js
rename to mojo/public/js/core_unittests.js
index 5fed10d04cbf0bfffd0eba80985cccbcbe44658b..34cd4c0e6a1643428ff153d5bd091b07f183f4bc 100644
--- a/mojo/public/js/bindings/core_unittests.js
+++ b/mojo/public/js/core_unittests.js
@@ -4,7 +4,7 @@
define([
"gin/test/expect",
- "mojo/public/js/bindings/core",
+ "mojo/public/js/core",
"gc",
], function(expect, core, gc) {
runWithMessagePipe(testNop);
« no previous file with comments | « mojo/public/js/core.js ('k') | mojo/public/js/router.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698