[Common UI] Test popupService

This commit is contained in:
Victor Woeltjen
2015-10-02 15:44:36 -07:00
parent a1d1261179
commit 1ca2b769d9
2 changed files with 66 additions and 6 deletions

View File

@@ -86,12 +86,6 @@ define(
offset,
bubble;
function applyClassOption(direction) {
if (options[direction + 'Class']) {
element.addClass(options[direction + 'Class']);
}
}
function adjustNegatives(value, index) {
return value < 0 ? (value + winDim[index]) : value;
}