mcm-ham / dragsort

jQuery List DragSort
3 stars 1 forks source link

Small error in code #5

Open mcm-ham opened 6 years ago

mcm-ham commented 6 years ago

In version 0.4.1, Line 188 reads:   list.removeAttr("data-origStyle"); (causing an error).   But should be   list.draggedItem.removeAttr("data-origStyle");

This work item was migrated from CodePlex

CodePlex work item ID: '30203' Vote count: '1'

mcm-ham commented 6 years ago

[mcm_ham@18/06/2011] See: http://dragsort.codeplex.com/discussions/246525

mcm-ham commented 6 years ago

[mcm_ham@25/02/2012] Fixed in 0.4.2

** Closed by mcm_ham 6/18/2011 2:24 PM

mcm-ham commented 6 years ago

[mcm_ham@25/02/2012]