zimjs 19.0.6 → 19.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/zim.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zimjs",
3
- "version": "19.0.6",
3
+ "version": "19.0.7",
4
4
  "type": "module",
5
5
  "main": "./src/zim.js",
6
6
  "types": "./ts-src/typings/zim",
package/src/zim.js CHANGED
@@ -77733,7 +77733,6 @@ b2ContactListener = Box2D.Dynamics.b2ContactListener;
77733
77733
  return obj;
77734
77734
  };
77735
77735
  obj.noContact = function() {
77736
- f.obj = obj;
77737
77736
  zimContactBeginList.remove(obj.body);
77738
77737
  return obj;
77739
77738
  };