Skip to content

Commit

Permalink
added readonly to docs for type property, closes #235
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Apr 17, 2016
1 parent 7eb9ac7 commit afd7531
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/body/Body.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ var Axes = require('../geometry/Axes');
* @property type
* @type string
* @default "body"
* @readOnly
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/body/Composite.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ var Body = require('./Body');
* @property type
* @type string
* @default "composite"
* @readOnly
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/constraint/Constraint.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ var Common = require('../core/Common');
* @property type
* @type string
* @default "constraint"
* @readOnly
*/

/**
Expand Down
1 change: 1 addition & 0 deletions src/constraint/MouseConstraint.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ var Bounds = require('../geometry/Bounds');
* @property type
* @type string
* @default "constraint"
* @readOnly
*/

/**
Expand Down

0 comments on commit afd7531

Please sign in to comment.