diff options
Diffstat (limited to 'lib/components/grab_area.js')
| -rw-r--r-- | lib/components/grab_area.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/grab_area.js b/lib/components/grab_area.js index 3966c83..c462910 100644 --- a/lib/components/grab_area.js +++ b/lib/components/grab_area.js @@ -30,5 +30,5 @@ export default class GrabAreaComponent extends Component { */ this.constraint = this.constraint || null; } -}; +} |