Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 8c0b3f5

Browse files
Foxandxsswesleycho
authored andcommitted
chore(position): remove unneeded break
Closes #4781
1 parent 09ad740 commit 8c0b3f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/position/position.js

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ angular.module('ui.bootstrap.position', [])
141141
top: hostElPos.top - targetElHeight,
142142
left: shiftWidth[pos1]()
143143
};
144-
break;
145144
}
146145

147146
return targetElPos;

0 commit comments

Comments
 (0)