Skip to content

Commit 60eeb6e

Browse files
committed
Remove links property
Part of a change that was not intended to be committed.
1 parent 9e7fd89 commit 60eeb6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ng-navigation-service.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
var configuration = {
1919
activeLinkDecorator: undefined,
2020
inactiveLinkDecorator: undefined,
21-
links: undefined,
2221
securityService: undefined,
2322
extensions: undefined,
2423
roleToAudienceMapFunction: function (userRole) {
@@ -62,8 +61,6 @@
6261
};
6362

6463
var api = {
65-
links: configuration.links,
66-
6764
/**
6865
* returns true if the user is in any of the specified audiences.
6966
*/

0 commit comments

Comments
 (0)