add explicit type to tests params and add project to contributors.md

This commit is contained in:
rob-alarcon
2014-05-20 16:30:36 -07:00
parent 760f0c60e4
commit 93e55932f6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -140,6 +140,7 @@ All definitions files include a header with the author and editors, so at some p
* [jQuery.dataTables](http://www.datatables.net) (by [Armin Sander](https://github.com/pragmatrix))
* [jQuery.datetimepicker](http://trentrichardson.com/examples/timepicker/) (by [Doug McDonald](https://github.com/dougajmcdonald))
* [jQuery.dynatree](http://code.google.com/p/dynatree/) (by [François de Campredon](https://github.com/fdecampredon))
* [jQuery.Fileupload](https://github.com/blueimp/jQuery-File-Upload/) (by [Rob Alarcon](https://github.com/rob-alarcon))
* [jQuery.Finger](http://ngryman.sh/jquery.finger/) (by [Max Ackley](https://github.com/maxackley))
* [jQuery.Flot](http://www.flotcharts.org/) (by [Matt Burland](https://github.com/burlandm))
* [jQuery.form](http://malsup.com/jquery/form/) (by [François Guillot](http://fguillot.developpez.com/))
+1 -1
View File
@@ -4,7 +4,7 @@
* Handle the event of adding a file to the jQuery Upload plugin.
*
*/
var __handleAddingFile = function (event, data)
var __handleAddingFile = function (event:any, data:any)
{
event.preventDefault();