]> git.r.bdr.sh - rbdr/sumo/blobdiff - lib/components/body.js
Use new lib components
[rbdr/sumo] / lib / components / body.js
index 7438dc35e263e267302417c120647db6c94a5c37..6034d3ec704cd7b2babb36869b6ef99f4f8174ff 100644 (file)
@@ -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;
   }
-};
+}