clippings/html5-sortable

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
    "jquery"    :  true,
    "browser"   :  true,
    "asi"       :  true,
    "qunit"     :  true,
    "curly"     :  true,
    "-W100"     :  true,
    "globals"   :  {
        "Rect"   : true,
        "Grid"   : true,
        "Store"  : true,
        "LTRect" : true,
        "LTSize" : true,
        "LTGrid" : true
    }
}