Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4c92a3c

Browse files
ryanhendrylgalfaso
authored andcommitted
style(ngAnimate): add missing semi-colon
Adding missing semi-colon which is breaking minification Closes #12513
1 parent dc0b856 commit 4c92a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/shared.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var TRANSITION_DURATION_PROP = TRANSITION_PROP + DURATION_KEY;
6969

7070
var isPromiseLike = function(p) {
7171
return p && p.then ? true : false;
72-
}
72+
};
7373

7474
function assertArg(arg, name, reason) {
7575
if (!arg) {

0 commit comments

Comments
 (0)