jquery.gridster: removed type parameter from GridsterOptions.serialize_params (fixes test)

This commit is contained in:
Igor Oleinikov
2013-12-18 20:19:02 +04:00
parent 192357c268
commit 2d749660af
+1 -1
View File
@@ -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.