mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
jquery.gridster: removed type parameter from GridsterOptions.serialize_params (fixes test)
This commit is contained in:
Vendored
+1
-1
@@ -138,7 +138,7 @@ interface GridsterOptions {
|
||||
/**
|
||||
* Return the data you want for each widget in the serialization.
|
||||
**/
|
||||
serialize_params?: <T>($w: JQuery, wgd: GridsterCoords) => T;
|
||||
serialize_params?: ($w: JQuery, wgd: GridsterCoords) => any;
|
||||
|
||||
/**
|
||||
* An object with all options for Collision class you want to overwrite. @see GridsterCollision or docs for more info.
|
||||
|
||||
Reference in New Issue
Block a user