summaryrefslogtreecommitdiffstats
path: root/o3d/documentation
diff options
context:
space:
mode:
authorpetersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-16 22:59:21 +0000
committerpetersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-16 22:59:21 +0000
commit32bb025b1c29269cfc7183e3a538a30054fce90a (patch)
tree901ceaba4ed0bba3b71613b36d66ee1e21fe7965 /o3d/documentation
parent04196d7086c7f8544bf96af7bfecc122d03c02b8 (diff)
downloadchromium_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/documentation')
-rw-r--r--o3d/documentation/externs/o3d-extra-externs.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/documentation/externs/o3d-extra-externs.js b/o3d/documentation/externs/o3d-extra-externs.js
index 712b568..82a62e0 100644
--- a/o3d/documentation/externs/o3d-extra-externs.js
+++ b/o3d/documentation/externs/o3d-extra-externs.js
@@ -34,6 +34,13 @@ var Vectormath;
Vectormath.Aos = Vectormath.Aos || { };
/**
+ * A stand-in class definition for Float32Array.
+ * @param {number} size The size.
+ * @constructor
+ */
+var Float32Array = function(size) { };
+
+/**
* A 4x4 Matrix of floats
* @type {!Array.<!Array.<number>>}
*/