mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #4929 from catbusstop/master
Fixed issue with slickgrid getItemMetadata
This commit is contained in:
Vendored
+1
-1
@@ -1557,7 +1557,7 @@ declare module Slick {
|
||||
|
||||
public getLength(): number;
|
||||
public getItem(index: number): T;
|
||||
public getItemMetadata(): void;
|
||||
public getItemMetadata(index?: number): void;
|
||||
|
||||
public onRowCountChanged: Slick.Event<OnRowCountChangedEventData>;
|
||||
public onRowsChanged: Slick.Event<OnRowsChangedEventData>;
|
||||
|
||||
Reference in New Issue
Block a user