jquery.dgtable 0.6.6 → 0.6.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jquery.dgtable 0.6.6
2
+ * jquery.dgtable 0.6.7
3
3
  * git://github.com/danielgindi/jquery.dgtable.git
4
4
  */
5
5
  'use strict';
@@ -3857,8 +3857,6 @@ DGTable.prototype.close = DGTable.prototype.remove = DGTable.prototype.destroy =
3857
3857
 
3858
3858
  this._destroyHeaderCells();
3859
3859
 
3860
- p.virtualListHelper.destroy();
3861
-
3862
3860
  if (p.$table) {
3863
3861
  p.$table.empty();
3864
3862
  }