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

render function in minified version misses some code #137

Open cverond opened 8 years ago

cverond commented 8 years ago

The minified version in the render function misses this piece of code:

    if (reparse) {
      this.setActiveChildren();
    }