diff options
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) { |