Skip to content

Commit

Permalink
chore: create bundle files for 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsik Yoo committed Sep 13, 2017
1 parent 3d8774a commit 5a1db95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion dist/tui-image-editor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tui-image-editor.js
* @version 3.0.1
* @version 3.0.2
* @author NHNEnt FE Development Lab <dl_javascript@nhnent.com>
* @license MIT
*/
Expand Down Expand Up @@ -4662,6 +4662,8 @@ return /******/ (function(modules) { // webpackBootstrap

object.set(clone);

object.setCoords();

this.getCanvas().renderAll();

return clone;
Expand Down Expand Up @@ -4748,6 +4750,8 @@ return /******/ (function(modules) { // webpackBootstrap
top: y + diffY
});

targetObj.setCoords();

return true;
}

Expand Down
Loading

0 comments on commit 5a1db95

Please sign in to comment.