Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld authored Apr 10, 2017
1 parent 3c17267 commit b903e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit b903e76

Please sign in to comment.