Skip to content

Commit afd7531

Browse files
committed
added readonly to docs for type property, closes #235
1 parent 7eb9ac7 commit afd7531

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/body/Body.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ var Axes = require('../geometry/Axes');
673673
* @property type
674674
* @type string
675675
* @default "body"
676+
* @readOnly
676677
*/
677678

678679
/**

src/body/Composite.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ var Body = require('./Body');
596596
* @property type
597597
* @type string
598598
* @default "composite"
599+
* @readOnly
599600
*/
600601

601602
/**

src/constraint/Constraint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ var Common = require('../core/Common');
297297
* @property type
298298
* @type string
299299
* @default "constraint"
300+
* @readOnly
300301
*/
301302

302303
/**

src/constraint/MouseConstraint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ var Bounds = require('../geometry/Bounds');
220220
* @property type
221221
* @type string
222222
* @default "constraint"
223+
* @readOnly
223224
*/
224225

225226
/**

0 commit comments

Comments
 (0)