0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-26 13:49:01 -05:00

added readonly to docs for type property, closes #235

This commit is contained in:
liabru 2016-04-18 00:17:05 +01:00
parent 7eb9ac7fea
commit afd7531fe4
4 changed files with 4 additions and 0 deletions

View file

@ -673,6 +673,7 @@ var Axes = require('../geometry/Axes');
* @property type * @property type
* @type string * @type string
* @default "body" * @default "body"
* @readOnly
*/ */
/** /**

View file

@ -596,6 +596,7 @@ var Body = require('./Body');
* @property type * @property type
* @type string * @type string
* @default "composite" * @default "composite"
* @readOnly
*/ */
/** /**

View file

@ -297,6 +297,7 @@ var Common = require('../core/Common');
* @property type * @property type
* @type string * @type string
* @default "constraint" * @default "constraint"
* @readOnly
*/ */
/** /**

View file

@ -220,6 +220,7 @@ var Bounds = require('../geometry/Bounds');
* @property type * @property type
* @type string * @type string
* @default "constraint" * @default "constraint"
* @readOnly
*/ */
/** /**