diff options
author | petersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 22:59:21 +0000 |
---|---|---|
committer | petersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 22:59:21 +0000 |
commit | 32bb025b1c29269cfc7183e3a538a30054fce90a (patch) | |
tree | 901ceaba4ed0bba3b71613b36d66ee1e21fe7965 /o3d/samples/o3djs/serialization.js | |
parent | 04196d7086c7f8544bf96af7bfecc122d03c02b8 (diff) | |
download | chromium_src-32bb025b1c29269cfc7183e3a538a30054fce90a.zip chromium_src-32bb025b1c29269cfc7183e3a538a30054fce90a.tar.gz chromium_src-32bb025b1c29269cfc7183e3a538a30054fce90a.tar.bz2 |
Tidied up types to appease doc generator script for new version of o3djs/math.js. I think this should also fix the currently broken tree.
Review URL: http://codereview.chromium.org/3443007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/samples/o3djs/serialization.js')
-rw-r--r-- | o3d/samples/o3djs/serialization.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/o3djs/serialization.js b/o3d/samples/o3djs/serialization.js index 9a5ed29..c02e405 100644 --- a/o3d/samples/o3djs/serialization.js +++ b/o3d/samples/o3djs/serialization.js @@ -753,7 +753,7 @@ o3djs.serialization.deserialize = function(pack, json) { * This function looks at a given data type, determines if it is an old style * matrix that is a 2d doubly nested array. If so, it flattens the matrix in * place so that it may be handled by the code. - * @param {object} parsed a potential array that will be repaired + * @param {Object} parsed a potential array that will be repaired */ o3djs.serialization.fixMatrices = function(parsed) { function isMatrix(m) { |