mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add explicit type to tests params and add project to contributors.md
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user