Fix a typo when calculating the menu X position. #1007

This commit is contained in:
Andrew Smith 2012-05-19 10:44:24 +01:00 committed by Felix Schäfer
parent 87f68e58ad
commit 9cd14ca152
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
}
if(maxHeight > $(window).height()) {
renderY =+ menu.height();
renderY -= menu.height();
menu.addClass(reverseYClass);
} else {
menu.removeClass(reverseYClass);