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 -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();