Remove unneded declaration

This commit is contained in:
Blade Barringer
2015-08-22 17:04:46 -05:00
parent 9643b6e650
commit 01d122ad67

View File

@@ -9,8 +9,6 @@ angular.module('habitrpg')
window.location.href = '/logout'; window.location.href = '/logout';
}; };
$scope._expandedMenu = null;
function selectNotificationValue(mysteryValue, invitationValue, cardValue, unallocatedValue, messageValue, noneValue) { function selectNotificationValue(mysteryValue, invitationValue, cardValue, unallocatedValue, messageValue, noneValue) {
var user = $scope.user; var user = $scope.user;
if (user.purchased && user.purchased.plan && user.purchased.plan.mysteryItems && user.purchased.plan.mysteryItems.length) { if (user.purchased && user.purchased.plan && user.purchased.plan.mysteryItems && user.purchased.plan.mysteryItems.length) {