Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
keanulee committed Apr 13, 2018
1 parent a570eb2 commit efaf4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iron-scroll-target-behavior.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ declare namespace Polymer {
* @param leftOrOptions The left position or scroll options
* @param top The top position
*/
scroll(leftOrOptions: number|ScrollToOptions, top?: number): void;
scroll(leftOrOptions: number|{left: number, top: number}, top?: number): void;

/**
* Returns true if the scroll target is a valid HTMLElement.
Expand Down

0 comments on commit efaf4f5

Please sign in to comment.