mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-25 13:39:06 -05:00
added readonly to docs for type property, closes #235
This commit is contained in:
parent
7eb9ac7fea
commit
afd7531fe4
4 changed files with 4 additions and 0 deletions
|
@ -673,6 +673,7 @@ var Axes = require('../geometry/Axes');
|
|||
* @property type
|
||||
* @type string
|
||||
* @default "body"
|
||||
* @readOnly
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -596,6 +596,7 @@ var Body = require('./Body');
|
|||
* @property type
|
||||
* @type string
|
||||
* @default "composite"
|
||||
* @readOnly
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -297,6 +297,7 @@ var Common = require('../core/Common');
|
|||
* @property type
|
||||
* @type string
|
||||
* @default "constraint"
|
||||
* @readOnly
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -220,6 +220,7 @@ var Bounds = require('../geometry/Bounds');
|
|||
* @property type
|
||||
* @type string
|
||||
* @default "constraint"
|
||||
* @readOnly
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue