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

Commit

Permalink
chore(position): remove unneeded break
Browse files Browse the repository at this point in the history
Closes #4781
  • Loading branch information
Foxandxss authored and wesleycho committed Oct 29, 2015
1 parent 09ad740 commit 8c0b3f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/position/position.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ angular.module('ui.bootstrap.position', [])
top: hostElPos.top - targetElHeight,
left: shiftWidth[pos1]()
};
break;
}

return targetElPos;
Expand Down

0 comments on commit 8c0b3f5

Please sign in to comment.