@live-change/dao 0.4.7 → 0.4.8

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.
@@ -92,7 +92,6 @@ class ObservableProxy extends Observable {
92
92
 
93
93
  bindProperty(object, property) {
94
94
  if(this.isDisposed()) {
95
- debugger
96
95
  this.respawn()
97
96
  }
98
97
  this.properties.push([object, property])
package/package.json CHANGED
@@ -35,6 +35,6 @@
35
35
  "scripts": {
36
36
  "test": "NODE_ENV=test blue-tape tests/*"
37
37
  },
38
- "version": "0.4.7",
39
- "gitHead": "6ee48a9d467ee4d00e66cc4db5bb0591cb793287"
38
+ "version": "0.4.8",
39
+ "gitHead": "7e38d4629d65410f7552d3d69857547caf709e20"
40
40
  }