From 313bbaaeaac981bd35fbb14c5e38cc449587f8a3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 16 Jan 2019 11:33:41 +0100 Subject: [PATCH] remove obsolete comments --- src/resizer/distributors/fixed.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resizer/distributors/fixed.js b/src/resizer/distributors/fixed.js index 584d0c1894..e93c6fbcee 100644 --- a/src/resizer/distributors/fixed.js +++ b/src/resizer/distributors/fixed.js @@ -26,8 +26,6 @@ they have two methods: `resizeFromContainerOffset` receives resize handle location within the container bounding box. For internal use. This method usually ends up calling `resize` once the start offset is subtracted. -the offset from the container edge of where -the mouse cursor is. */ export default class FixedDistributor { static createItem(resizeHandle, resizer, sizer) {