From b903e762e076c24119b68c5b231295a0f39f6de0 Mon Sep 17 00:00:00 2001 From: Tiberiu Zuld Date: Tue, 11 Apr 2017 00:19:25 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6024d58c..d22e5faf 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ const GridsterConfigService: GridsterConfig = { itemResizeCallback: undefined, // callback to call for each item when width/height changes. Arguments:gridsterItem draggable: { enabled: false, // enable/disable draggable items - ignoreContentClass: 'gridster-item-content', // default content class to ignore the drag event from + ignoreContentClass: 'gridster-item-content', // default content class to ignore the drag event from Warning: the class should have user-select: auto; stop: undefined // callback when dragging an item stops. Accepts Promise return to cancel/approve drag. // Arguments: item, gridsterItem, event },