AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Quick question #93

Open benpoulson opened 10 years ago

benpoulson commented 10 years ago

Line 529: if (position_i === total_positions - 1) {

What is this line in here for? I had to remove it to get my single column project working correctly.