Skip to content

Commit bacd185

Browse files
committed
chore($interpolate): add missing semicolon for jshint
not sure how I missed that
1 parent 5be8ed7 commit bacd185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/interpolate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function $InterpolateProvider() {
236236
text, err.toString());
237237
$exceptionHandler(newErr);
238238
}
239-
}
239+
};
240240
}
241241

242242
function listenerOf(index) {

0 commit comments

Comments
 (0)