Skip to content

Commit 846ca09

Browse files
Update src/dropdown/dropdown.service.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent 27c0287 commit 846ca09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dropdown/dropdown.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const defaultOffset = { top: 0, left: 0 };
88

99
@Injectable()
1010
export class DropdownService {
11-
1211
public set offset(value: { top?: number, left?: number }) {
1312
this._offset = Object.assign({}, defaultOffset, value);
1413
}

0 commit comments

Comments
 (0)