@egjs/flicking 4.14.0 → 4.14.1-beta.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.
package/dist/flicking.js CHANGED
@@ -4,7 +4,7 @@ name: @egjs/flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking
7
- version: 4.14.0
7
+ version: 4.14.1-beta.0
8
8
  */
9
9
  (function (global, factory) {
10
10
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@egjs/component'), require('@egjs/axes'), require('@egjs/imready'), require('@cfcs/core')) :
@@ -2846,9 +2846,12 @@ version: 4.14.0
2846
2846
  return __generator(this, function (_a) {
2847
2847
  switch (_a.label) {
2848
2848
  case 0:
2849
+ if (!flicking.initialized) return [3 /*break*/, 2];
2849
2850
  return [4 /*yield*/, flicking.renderer.render()];
2850
2851
  case 1:
2851
2852
  _a.sent();
2853
+ _a.label = 2;
2854
+ case 2:
2852
2855
  return [2 /*return*/];
2853
2856
  }
2854
2857
  });
@@ -8196,7 +8199,7 @@ version: 4.14.0
8196
8199
  * Flicking.VERSION; // ex) 4.0.0
8197
8200
  * ```
8198
8201
  */
8199
- Flicking.VERSION = "4.14.0";
8202
+ Flicking.VERSION = "4.14.1-beta.0";
8200
8203
  return Flicking;
8201
8204
  }(Component);
8202
8205