poly-extrude 0.10.0 → 0.11.0

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
- * poly-extrude v0.10.0
2
+ * poly-extrude v0.11.0
3
3
  */
4
4
  (function (global, factory) {
5
5
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
@@ -1218,8 +1218,9 @@
1218
1218
  _proto._onChange = function _onChange(callback) {
1219
1219
  this._onChangeCallback = callback;
1220
1220
  return this;
1221
- } // _onChangeCallback() { }
1222
- // * [Symbol.iterator]() {
1221
+ };
1222
+
1223
+ _proto._onChangeCallback = function _onChangeCallback() {} // * [Symbol.iterator]() {
1223
1224
  // yield this._x;
1224
1225
  // yield this._y;
1225
1226
  // yield this._z;