diff options
Diffstat (limited to 'o3d/documentation/externs/o3d-extra-externs.js')
-rwxr-xr-x | o3d/documentation/externs/o3d-extra-externs.js | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/o3d/documentation/externs/o3d-extra-externs.js b/o3d/documentation/externs/o3d-extra-externs.js index d9ce0f6..712b568 100755 --- a/o3d/documentation/externs/o3d-extra-externs.js +++ b/o3d/documentation/externs/o3d-extra-externs.js @@ -1,48 +1,48 @@ -
-/**
- * Special global variable for V8 instances.
- */
-var plugin;
-
-/**
- * The main namespace for the o3d plugin.
- * @constructor
- */
-var o3d;
-
-/**
- * @type {!Object}
- */
-var Exception = goog.typedef;
-
-/**
- * A namespace for the Cursor.
- * @namespace
- */
-o3d.Cursor = o3d.Cursor || { };
-
-/**
- * A namespace for the VectorMath.
- * @namespace
- */
-var Vectormath;
-
-/**
- * A namespace for the VectorMath.Aos
- * @namespace
- */
-Vectormath.Aos = Vectormath.Aos || { };
-
-/**
- * A 4x4 Matrix of floats
- * @type {!Array.<!Array.<number>>}
- */
-o3d.Matrix4 = goog.typedef;
-
-/**
- * RangeError.
- * why is this sometimes needed and sometimes not?
- * @exception
- */
-var RangeError;
-
+ +/** + * Special global variable for V8 instances. + */ +var plugin; + +/** + * The main namespace for the o3d plugin. + * @constructor + */ +var o3d; + +/** + * @type {!Object} + */ +var Exception = goog.typedef; + +/** + * A namespace for the Cursor. + * @namespace + */ +o3d.Cursor = o3d.Cursor || { }; + +/** + * A namespace for the VectorMath. + * @namespace + */ +var Vectormath; + +/** + * A namespace for the VectorMath.Aos + * @namespace + */ +Vectormath.Aos = Vectormath.Aos || { }; + +/** + * A 4x4 Matrix of floats + * @type {!Array.<!Array.<number>>} + */ +o3d.Matrix4 = goog.typedef; + +/** + * RangeError. + * why is this sometimes needed and sometimes not? + * @exception + */ +var RangeError; + |