Fixed wording to be parallel with logic

This commit is contained in:
Keith Holliday
2015-11-22 15:59:18 -06:00
parent b668829d85
commit 9a8f9c6938

View File

@@ -257,7 +257,7 @@ habitrpg.controller("InventoryCtrl",
}
};
$scope.$on("habit:keyup", function (e, keyEvent) {
$scope.$on("habit:keydown", function (e, keyEvent) {
if (keyEvent.keyCode == "27") {
$scope.deselectItem();
}