Skip to content

Commit

Permalink
fix: free line position middle commit for prototype fix (nhn#280)
Browse files Browse the repository at this point in the history
* fix: free line position middle commit for prototype fix

* fix: complate free line drawing bug

* fix: added test and object extend method change

* fix: apply code review
  • Loading branch information
jinwoo-kim-nhn authored Dec 4, 2019
1 parent 42e9da5 commit 7560063
Show file tree
Hide file tree
Showing 4 changed files with 1,334 additions and 1,314 deletions.
2 changes: 1 addition & 1 deletion examples/js/service-basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function resizeEditor() {
}

function getBrushSettings() {
var brushWidth = $inputBrushWidthRange.val();
var brushWidth = parseInt($inputBrushWidthRange.val(), 10);
var brushColor = brushColorpicker.getColor();

return {
Expand Down
Loading

0 comments on commit 7560063

Please sign in to comment.