mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #1132 from derekcicerone/patch-22
Fix optional argument in slickgrid.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -874,7 +874,7 @@ declare module Slick {
|
||||
* @param title New column name.
|
||||
* @param toolTip New column tooltip.
|
||||
**/
|
||||
public updateColumnHeader(columnId: string, title: string, toolTip?: string): void;
|
||||
public updateColumnHeader(columnId: string, title?: string, toolTip?: string): void;
|
||||
|
||||
// #endregion Columns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user