Skip to content

Commit

Permalink
Remove stale drag state variable
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Jul 14, 2016
1 parent ab9fa61 commit 7f62032
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/slide-toggle/slide-toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ export class MdSlideToggle implements AfterContentInit, ControlValueAccessor {
private _isInitialized: boolean = false;
private _slideRenderer: SlideToggleRenderer = null;

// State of the current drag, which holds required variables for the drag.
private _dragState: {
barWidth: number;
percentage?: number;
};

@Input() @BooleanFieldValue() disabled: boolean = false;
@Input() name: string = null;
@Input() id: string = this._uniqueId;
Expand Down

0 comments on commit 7f62032

Please sign in to comment.