X-Git-Url: https://git.r.bdr.sh/rbdr/sumo/blobdiff_plain/493ec31cb19b4211c703762d14a4e6232c4c2143..HEAD:/lib/components/body.js diff --git a/lib/components/body.js b/lib/components/body.js index 7438dc3..6034d3e 100644 --- a/lib/components/body.js +++ b/lib/components/body.js @@ -13,7 +13,7 @@ export default class BodyComponent extends Component { super(config); /** - * The properthy that holds the pixi container + * The properthy that holds the matterjs body * * @property {external:MatterJs.Body} body * @instance @@ -21,5 +21,5 @@ export default class BodyComponent extends Component { */ this.body = this.body || null; } -}; +}