Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit b30ebe0

Browse files
committed
fix(NgControl): Remove dead code
1 parent 9e97e1b commit b30ebe0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/directive/ng_control.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,8 @@ abstract class NgControl implements NgAttachAware, NgDetachAware {
171171
switch(state) {
172172
case NG_DIRTY:
173173
return NG_PRISTINE;
174-
break;
175174
case NG_TOUCHED:
176175
return NG_UNTOUCHED;
177-
break;
178176
default:
179177
//not all info states have an opposite value
180178
return null;

0 commit comments

Comments
 (0)