diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-19 03:25:53 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-19 03:25:53 +0000 |
commit | ae7dede8f57ff456be17ef80262e5182f61c2cdb (patch) | |
tree | 63b7f8519e684912cd3ab11edea3bb2b1c8d7e6e /mojo/public/js/bindings/connector.js | |
parent | a9fff9ee69d982096ea4e295b14ce6a399380b30 (diff) | |
download | chromium_src-ae7dede8f57ff456be17ef80262e5182f61c2cdb.zip chromium_src-ae7dede8f57ff456be17ef80262e5182f61c2cdb.tar.gz chromium_src-ae7dede8f57ff456be17ef80262e5182f61c2cdb.tar.bz2 |
Mojo: Add JavaScript documentation for the core, support, and unicode modules.
The documentation is in the form of stub files placed at the path you would
expect to find the module. I also renamed these modules to be in the "public"
mojo namespace.
Review URL: https://codereview.chromium.org/235953015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/public/js/bindings/connector.js')
-rw-r--r-- | mojo/public/js/bindings/connector.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/public/js/bindings/connector.js b/mojo/public/js/bindings/connector.js index f2ccb04..ea5a314 100644 --- a/mojo/public/js/bindings/connector.js +++ b/mojo/public/js/bindings/connector.js @@ -4,8 +4,8 @@ define("mojo/public/js/bindings/connector", [ "mojo/public/js/bindings/codec", - "mojo/bindings/js/core", - "mojo/bindings/js/support", + "mojo/public/js/bindings/core", + "mojo/public/js/bindings/support", ], function(codec, core, support) { function Connector(handle) { |