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

Avoid "Uncaught TypeError: Cannot read property 'el' of undefined" #103

Closed Angelmmiguel closed 9 years ago

Angelmmiguel commented 9 years ago

When the container hasn't got any children, this error is launched. In this case, the width of the column is calculated by the width of the container and the number of columns. Updated the .js and min.js (with uglifyjs)

Angelmmiguel commented 9 years ago

There are some bugs with this pull request. I must correct them