aurelia-syncfusion-ej2-bridge 0.1.0-beta.27 → 0.1.0-beta.28

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.
@@ -137,7 +137,6 @@ let ControlBase = class ControlBase {
137
137
  subscription.dispose();
138
138
  } });
139
139
  if (this.widget.destroy) {
140
- this.debug("destroy method", null);
141
140
  this.widget.destroy();
142
141
  }
143
142
  this.widget = null;
@@ -134,7 +134,6 @@ let ControlBase = class ControlBase {
134
134
  subscription.dispose();
135
135
  } });
136
136
  if (this.widget.destroy) {
137
- this.debug("destroy method", null);
138
137
  this.widget.destroy();
139
138
  }
140
139
  this.widget = null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aurelia-syncfusion-ej2-bridge",
3
3
  "description": "An Aurelia plugin wrapper for syncfusion EJ2 controls",
4
- "version": "0.1.0-beta.27",
4
+ "version": "0.1.0-beta.28",
5
5
  "keywords": [
6
6
  "aurelia",
7
7
  "syncfusion"