Skip to content

Commit

Permalink
refactor(igx-cobmo): refactor method signiture #3243
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Dec 5, 2018
1 parent 63ad922 commit 1318e0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export class IgxComboDropDownComponent extends IgxDropDownBase implements AfterV
/**
* @hidden
*/
protected scrollHandler: () => void = () => {
protected scrollHandler = () => {
this.disableTransitions = true;
}

Expand Down

0 comments on commit 1318e0a

Please sign in to comment.