Skip to content

Commit

Permalink
remove invalid code
Browse files Browse the repository at this point in the history
  • Loading branch information
cedcn committed Aug 29, 2016
1 parent c2f2358 commit 48210f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 322 deletions.
6 changes: 3 additions & 3 deletions src/Dragresize.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ Dragresize.defaultProps = {
elmH: 150,
isDrag: true,
isResize: true,
isRatio: true,
isRatio: false,
isChecked: true,
minLeft: null,
minTop: null,
maxLeft: 1000,
maxTop: 600,
maxLeft: null,
maxTop: null,
minWidth: 10,
minHeight: 10,
maxWidth: null,
Expand Down
315 changes: 0 additions & 315 deletions src/test.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/util.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export const limitDragScopeX = () => {

}

export const getScopeValue = (value, max, min) => {
if (max !== null && value >= max) {
return max;
Expand Down

0 comments on commit 48210f5

Please sign in to comment.