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

Unified Diff: mojo/public/js/unicode.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/test/validation_test_input_parser.js ('k') | mojo/public/js/validation_unittests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/unicode.js
diff --git a/mojo/public/js/bindings/unicode.js b/mojo/public/js/unicode.js
similarity index 97%
rename from mojo/public/js/bindings/unicode.js
rename to mojo/public/js/unicode.js
index ba0f00f95bae99b20f2db4e2c9d9013d96517149..be2ba0e63c8700efbfb99f0ae88492bd23023ab8 100644
--- a/mojo/public/js/bindings/unicode.js
+++ b/mojo/public/js/unicode.js
@@ -7,7 +7,7 @@
* stored in ArrayBuffers. There is much room for optimization in this code if
* it proves necessary.
*/
-define("mojo/public/js/bindings/unicode", function() {
+define("mojo/public/js/unicode", function() {
/**
* Decodes the UTF8 string from the given buffer.
* @param {ArrayBufferView} buffer The buffer containing UTF8 string data.
« no previous file with comments | « mojo/public/js/test/validation_test_input_parser.js ('k') | mojo/public/js/validation_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698