File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function $IntervalProvider() {
24
24
* In tests you can use {@link ngMock.$interval#methods_flush `$interval.flush(millis)`} to
25
25
* move forward by `millis` milliseconds and trigger any functions scheduled to run in that
26
26
* time.
27
- *
27
+ *
28
28
* <div class="alert alert-warning">
29
29
* **Note**: Intervals created by this service must be explicitly destroyed when you are finished
30
30
* with them. In particular they are not automatically destroyed when a controller's scope or a
@@ -137,8 +137,8 @@ function $IntervalProvider() {
137
137
promise = deferred . promise ,
138
138
iteration = 0 ,
139
139
skipApply = ( isDefined ( invokeApply ) && ! invokeApply ) ;
140
-
141
- count = isDefined ( count ) ? count : 0 ,
140
+
141
+ count = isDefined ( count ) ? count : 0 ;
142
142
143
143
promise . then ( null , null , fn ) ;
144
144
You can’t perform that action at this time.
0 commit comments