From 93e55932f6dcdd5d71dc4af5a425cfc06fd0c0e0 Mon Sep 17 00:00:00 2001 From: rob-alarcon Date: Tue, 20 May 2014 16:30:36 -0700 Subject: [PATCH] add explicit type to tests params and add project to contributors.md --- CONTRIBUTORS.md | 1 + jquery.fileupload/jquery.fileupload-tests.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f39e1f53d6..ca7d1f7f30 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -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/)) diff --git a/jquery.fileupload/jquery.fileupload-tests.ts b/jquery.fileupload/jquery.fileupload-tests.ts index fec5656d7c..87149e0151 100644 --- a/jquery.fileupload/jquery.fileupload-tests.ts +++ b/jquery.fileupload/jquery.fileupload-tests.ts @@ -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();