Skip to content

Commit dda6962

Browse files
petebacondarwinnetman92
authored andcommitted
style($http): add missing semi-colon
1 parent 0249eb1 commit dda6962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function $HttpParamSerializerJQLikeProvider() {
8282
parts.push(encodeUriQuery(prefix) + '=' + encodeUriQuery(serializeValue(toSerialize)));
8383
}
8484
}
85-
}
85+
};
8686
};
8787
}
8888

0 commit comments

Comments
 (0)