Merge remote-tracking branch 'mooglemoogle/gridster.js/master'

* mooglemoogle/gridster.js/master:
  Added destroy of widget coords and resize api
  Added ability to specify scroll container for drag/resize
This commit is contained in:
David Morse
2015-04-07 21:36:00 -06:00
8 changed files with 193 additions and 96 deletions

13
.jshintrc Normal file
View File

@ -0,0 +1,13 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"browser": true
}